SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
SourceXtractor::OnnxTaskFactory Class Reference

#include <OnnxTaskFactory.h>

Inheritance diagram for SourceXtractor::OnnxTaskFactory:
Collaboration diagram for SourceXtractor::OnnxTaskFactory:

Public Member Functions

 OnnxTaskFactory ()
virtual ~OnnxTaskFactory ()=default
std::shared_ptr< TaskcreateTask (const PropertyId &property_id) const override
 Returns a Task producing a Property corresponding to the given PropertyId.
void reportConfigDependencies (Euclid::Configuration::ConfigManager &manager) const override
 Registers all the Configuration dependencies.
void configure (Euclid::Configuration::ConfigManager &manager) override
 Method which should initialize the object.
void registerPropertyInstances (OutputRegistry &registry) override
Public Member Functions inherited from SourceXtractor::TaskFactory
virtual ~TaskFactory ()=default
 Destructor.
void reportConfigDependencies (Euclid::Configuration::ConfigManager &) const override
 Registers all the Configuration dependencies.
void configure (Euclid::Configuration::ConfigManager &) override
 Method which should initialize the object.
Public Member Functions inherited from SourceXtractor::Configurable
virtual ~Configurable ()=default
 Destructor.

Private Attributes

std::vector< OnnxSourceTask::OnnxModelInfom_model_infos

Detailed Description

Create OnnxSourceTasks

Definition at line 30 of file OnnxTaskFactory.h.

Constructor & Destructor Documentation

◆ OnnxTaskFactory()

SourceXtractor::OnnxTaskFactory::OnnxTaskFactory ( )

Definition at line 55 of file OnnxTaskFactory.cpp.

◆ ~OnnxTaskFactory()

virtual SourceXtractor::OnnxTaskFactory::~OnnxTaskFactory ( )
virtualdefault

Member Function Documentation

◆ configure()

void SourceXtractor::OnnxTaskFactory::configure ( Euclid::Configuration::ConfigManager & manager)
overridevirtual

Method which should initialize the object.

The given manager is guaranteed to already be in the initialized state, so all the required Configurations can be accessed using its getConfiguration() method.

Parameters
managerThe manager to get the Configurations from

Implements SourceXtractor::Configurable.

Definition at line 68 of file OnnxTaskFactory.cpp.

References SourceXtractor::generatePropertyName(), Euclid::Configuration::ConfigManager::getConfiguration(), SourceXtractor::OnnxConfig::getModels(), m_model_infos, std::make_shared(), and SourceXtractor::onnx_logger.

Here is the call graph for this function:

◆ createTask()

std::shared_ptr< Task > SourceXtractor::OnnxTaskFactory::createTask ( const PropertyId & property_id) const
overridevirtual

Returns a Task producing a Property corresponding to the given PropertyId.

Implements SourceXtractor::TaskFactory.

Definition at line 57 of file OnnxTaskFactory.cpp.

References SourceXtractor::PropertyId::create(), m_model_infos, and std::make_shared().

Here is the call graph for this function:

◆ registerPropertyInstances()

void SourceXtractor::OnnxTaskFactory::registerPropertyInstances ( OutputRegistry & registry)
overridevirtual

Reimplemented from SourceXtractor::TaskFactory.

Definition at line 102 of file OnnxTaskFactory.cpp.

References m_model_infos, and SourceXtractor::registerColumnConverter().

Here is the call graph for this function:

◆ reportConfigDependencies()

void SourceXtractor::OnnxTaskFactory::reportConfigDependencies ( Euclid::Configuration::ConfigManager & manager) const
overridevirtual

Registers all the Configuration dependencies.

Configurable implementations should implement this method to register to the given ConfigManager (using the registerConfiguration() method) all the Configurations they are going to use

Parameters
managerThe manager to register the dependencies to

Implements SourceXtractor::Configurable.

Definition at line 64 of file OnnxTaskFactory.cpp.

References Euclid::Configuration::ConfigManager::registerConfiguration().

Here is the call graph for this function:

Member Data Documentation

◆ m_model_infos

std::vector<OnnxSourceTask::OnnxModelInfo> SourceXtractor::OnnxTaskFactory::m_model_infos
private

Definition at line 49 of file OnnxTaskFactory.h.

Referenced by configure(), createTask(), and registerPropertyInstances().


The documentation for this class was generated from the following files: