Package org.intel.openvino
Class InputModelInfo
- java.lang.Object
-
- org.intel.openvino.Wrapper
-
- org.intel.openvino.InputModelInfo
-
public class InputModelInfo extends Wrapper
Information about model's input tensor. If all information is already included to loaded model, this info may not be needed. However it can be set to specify additional information about model, like 'layout'.
-
-
Constructor Summary
Constructors Constructor Description InputModelInfo(long addr)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddelete(long nativeObj)InputModelInfoset_layout(Layout layout)Set layout for model's input tensor-
Methods inherited from class org.intel.openvino.Wrapper
finalize, getNativeObjAddr
-
-
-
-
Method Detail
-
set_layout
public InputModelInfo set_layout(Layout layout)
Set layout for model's input tensor- Parameters:
layout- Layout for model's input tensor.- Returns:
- Reference to 'this' to allow chaining with other calls in a builder-like manner
-
-