|
SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
|
#include <OnnxSourceTask.h>


Classes | |
| struct | OnnxModelInfo |
Public Member Functions | |
| OnnxSourceTask (const std::vector< OnnxModelInfo > &model_infos) | |
| ~OnnxSourceTask () override=default | |
| void | computeProperties (SourceInterface &source) const override |
| Computes one or more properties for the Source. | |
Public Member Functions inherited from SourceXtractor::SourceTask | |
| virtual | ~SourceTask ()=default |
| Destructor. | |
Public Member Functions inherited from SourceXtractor::Task | |
| virtual | ~Task ()=default |
| Destructor. | |
Private Attributes | |
| const std::vector< OnnxModelInfo > & | m_model_infos |
Run a set of ONNX models over a source
Definition at line 29 of file OnnxSourceTask.h.
|
explicit |
Constructor
| models | Reference to the loaded ONNX models |
Definition at line 50 of file OnnxSourceTask.cpp.
|
overridedefault |
Destructor
|
overridevirtual |
Computes one or more properties for the Source.
Implements SourceXtractor::SourceTask.
Definition at line 93 of file OnnxSourceTask.cpp.
References m_model_infos, and std::move().

|
private |
Definition at line 53 of file OnnxSourceTask.h.
Referenced by computeProperties().