Package org.intel.openvino
Class Dimension
- java.lang.Object
-
- org.intel.openvino.Wrapper
-
- org.intel.openvino.Dimension
-
public class Dimension extends Wrapper
Class representing a dimension, which may be dynamic (undetermined until runtime), in a shape or shape-like object.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDimension(long addr)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddelete(long nativeObj)intget_length()Convert this dimension to int value.-
Methods inherited from class org.intel.openvino.Wrapper
finalize, getNativeObjAddr
-
-