Class ov::preprocess::OutputInfo#
-
class OutputInfo#
Class holding postprocessing information for one output From postprocessing pipeline perspective, each output can be represented as:
Model’s output info, (OutputInfo::model)
Postprocessing steps applied to user’s input (OutputInfo::postprocess)
User’s desired output parameter information, which is a final one after preprocessing (OutputInfo::tensor)
Public Functions
-
OutputInfo(OutputInfo &&other) noexcept#
Move constructor.
-
OutputInfo &operator=(OutputInfo &&other) noexcept#
Move assignment operator.
-
~OutputInfo()#
Default destructor.
-
OutputModelInfo &model()#
Get current output model information with ability to change original model’s output data.
- Returns:
Reference to current model’s output information structure
-
PostProcessSteps &postprocess()#
Get current output post-process information with ability to add more post-processing steps.
- Returns:
Reference to current preprocess steps structure
-
OutputTensorInfo &tensor()#
Get current output tensor information with ability to change specific data.
- Returns:
Reference to current output tensor structure