|
SourceXtractorPlusPlus
0.19
SourceXtractor++, the next generation SExtractor
|
#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 |
Public Member Functions inherited from Euclid::Configuration::Configuration | |
| 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.
|
explicit |
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::ML_MEASUREMENT_MODEL.

|
overridevirtual |
Reimplemented from Euclid::Configuration::Configuration.
Definition at line 38 of file OnnxConfig.cpp.
References m_onnx_model_paths, and SourceXtractor::ML_MEASUREMENT_MODEL.
|
private |
Definition at line 49 of file OnnxConfig.h.
Referenced by getModels(), and initialize().
1.8.5