Struct PreprocessFILStageInterfaceProxy#
Defined in File preprocess_fil.hpp
Struct Documentation#
-
struct PreprocessFILStageInterfaceProxy#
Interface proxy, used to insulate python bindings.
Public Static Functions
- static std::shared_ptr<mrc::segment::Object<PreprocessFILStage>> init(
- mrc::segment::Builder &builder,
- const std::string &name,
- const std::vector<std::string> &features
Create and initialize a PreprocessFILStage, and return the result.
- Parameters:
builder – : Pipeline context object reference
name – : Name of a stage reference
features – : Reference to the features that are required for model inference
- Returns:
std::shared_ptr<mrc::segment::Object<PreprocessFILStage>>