Template Class PreprocessFILStage
Defined in File preprocess_fil.hpp
Base Type
public mrc::pymrc::PythonNode< std::shared_ptr< InputT >, std::shared_ptr< OutputT > >
-
template<typename InputT, typename OutputT>
class PreprocessFILStage : public mrc::pymrc::PythonNode<std::shared_ptr<InputT>, std::shared_ptr<OutputT>> FIL input data for inference.
Public Types
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
-
PreprocessFILStage(const std::vector<std::string> &features)