ONE - On-device Neural Engine
|
#include <Importer.h>
Public Member Functions | |
Importer () | |
Importer (const GraphBuilderSource *source) | |
std::unique_ptr< loco::Graph > | import (const ModelSignature &, tensorflow::GraphDef &) const |
Definition at line 34 of file Importer.h.
moco::Importer::Importer | ( | ) |
Definition at line 173 of file Importer.cpp.
|
inlineexplicit |
Definition at line 40 of file Importer.h.
std::unique_ptr< loco::Graph > moco::Importer::import | ( | const ModelSignature & | signature, |
tensorflow::GraphDef & | tf_graph_def | ||
) | const |
Definition at line 178 of file Importer.cpp.
References moco::GraphBuilderRegistry::get(), and loco::make_graph().