Class ov::preprocess::InputInfo#

class InputInfo#

Class holding preprocessing information for one input From preprocessing pipeline perspective, each input can be represented as:

Public Functions

InputInfo(InputInfo &&other) noexcept#

Move constructor.

InputInfo &operator=(InputInfo &&other) noexcept#

Move assignment operator.

~InputInfo()#

Default destructor.

InputTensorInfo &tensor()#

Get current input tensor information with ability to change specific data.

Returns:

Reference to current input tensor structure

PreProcessSteps &preprocess()#

Get current input preprocess information with ability to add more preprocessing steps.

Returns:

Reference to current preprocess steps structure

InputModelInfo &model()#

Get current input model information with ability to change original model’s input data.

Returns:

Reference to current model’s input information structure