SourceXtractorPlusPlus
0.15
Please provide a description of the project.
|
#include <OnnxConfig.h>
Public Member Functions | |
OnnxConfig (long manager_id) | |
Construct a new OnnxConfig. More... | |
~OnnxConfig () override=default | |
Destructor. More... | |
std::map< std::string, OptionDescriptionList > | getProgramOptions () override |
void | initialize (const UserValues &args) override |
const std::vector< std::string > & | getModels () const |
![]() | |
virtual void | preInitialize (const UserValues &args) |
Private Attributes | |
std::vector< std::string > | m_onnx_model_paths |
Handle the configuration of the ONNX plugin
Definition at line 28 of file OnnxConfig.h.
SourceXtractor::OnnxConfig::OnnxConfig | ( | long | manager_id | ) |
Construct a new OnnxConfig.
Definition at line 28 of file OnnxConfig.cpp.
|
overridedefault |
Destructor.
|
inline |
Definition at line 44 of file OnnxConfig.h.
References m_onnx_model_paths.
Referenced by SourceXtractor::OnnxTaskFactory::configure().
|
overridevirtual |
Reimplemented from Euclid::Configuration::Configuration.
Definition at line 31 of file OnnxConfig.cpp.
References std::string::c_str(), and SourceXtractor::ONNX_MODEL.
|
overridevirtual |
Reimplemented from Euclid::Configuration::Configuration.
Definition at line 37 of file OnnxConfig.cpp.
References m_onnx_model_paths, and SourceXtractor::ONNX_MODEL.
|
private |
Definition at line 49 of file OnnxConfig.h.
Referenced by getModels(), and initialize().