Package org.intel.openvino
Class OutputInfo
- java.lang.Object
-
- org.intel.openvino.Wrapper
-
- org.intel.openvino.OutputInfo
-
public class OutputInfo extends Wrapper
Class holding postprocessing information for one outputFrom 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
(
tensor())
-
-
Constructor Summary
Constructors Constructor Description OutputInfo(long addr)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddelete(long nativeObj)InputTensorInfotensor()Get current output tensor information with ability to change specific data-
Methods inherited from class org.intel.openvino.Wrapper
finalize, getNativeObjAddr
-
-
-
-
Method Detail
-
tensor
public InputTensorInfo tensor()
Get current output tensor information with ability to change specific data- Returns:
- Reference to current output tensor structure
-
-