openvino.inference_engine.Blob¶
-
class
openvino.inference_engine.
Blob
¶ This class represents Blob
-
__init__
()¶ Initialize self. See help(type(self)) for accurate signature.
Methods
__init__
()Initialize self.
Attributes
Blob’s memory as
numpy.ndarray
representationTensorDesc
of created Blob-
buffer
¶ Blob’s memory as
numpy.ndarray
representation
-
tensor_desc
¶ TensorDesc
of created Blob
-