Class PreprocessFILStage#
Defined in File preprocess_fil.hpp
Inheritance Relationships#
Base Type#
public mrc::pymrc::PythonNode< std::shared_ptr< ControlMessage >, std::shared_ptr< ControlMessage > >
Class Documentation#
-
class PreprocessFILStage : public mrc::pymrc::PythonNode<std::shared_ptr<ControlMessage>, std::shared_ptr<ControlMessage>>#
FIL input data for inference.
Public Types
-
using base_t = mrc::pymrc::PythonNode<std::shared_ptr<ControlMessage>, std::shared_ptr<ControlMessage>>#
Public Functions
-
PreprocessFILStage(const std::vector<std::string> &features)#
Constructor for a class
PreprocessFILStage
- Parameters:
features – : Reference to the features that are required for model inference
-
source_type_t on_data(sink_type_t x)#
Called every time a message is passed to this stage
-
using base_t = mrc::pymrc::PythonNode<std::shared_ptr<ControlMessage>, std::shared_ptr<ControlMessage>>#