ONE - On-device Neural Engine
|
#include <ImporterEx.h>
Public Member Functions | |
ImporterEx ()=default | |
ImporterEx (const GraphBuilderSource *source) | |
std::unique_ptr< Module > | importVerifyModule (const std::string &input_path) const |
std::unique_ptr< Module > | importModule (const std::vector< char > &model_data) const |
Definition at line 34 of file ImporterEx.h.
|
default |
|
inlineexplicit |
Definition at line 41 of file ImporterEx.h.
std::unique_ptr< Module > luci::ImporterEx::importModule | ( | const std::vector< char > & | model_data | ) | const |
Definition at line 68 of file ImporterEx.cpp.
Referenced by entry().
std::unique_ptr< Module > luci::ImporterEx::importVerifyModule | ( | const std::string & | input_path | ) | const |
Definition at line 36 of file ImporterEx.cpp.
References FLATBUFFERS_SIZE_MAX.
Referenced by mpqsolver::core::H5FileDataProvider::H5FileDataProvider(), dalgona::Dalgona::initialize(), and record_minmax::RecordMinMax::initialize().