openvino.inference_engine.TensorDesc¶
-
class
openvino.inference_engine.
TensorDesc
¶ This class defines Tensor description
-
__init__
()¶ Initialize self. See help(type(self)) for accurate signature.
Methods
__init__
()Initialize self.
Attributes
Shape (dimensions) of the
TensorDesc
objectLayout of the
TensorDesc
objectPrecision of the
TensorDesc
object-
dims
¶ Shape (dimensions) of the
TensorDesc
object
-
layout
¶ Layout of the
TensorDesc
object
-
precision
¶ Precision of the
TensorDesc
object
-