openvino.inference_engine.CDataPtr¶
-
class
openvino.inference_engine.
CDataPtr
¶ This class is the layer constant data representation. Provides same interface as DataPtr object except properties setters
-
__init__
()¶ Initialize self. See help(type(self)) for accurate signature.
Methods
__init__
()Initialize self.
Attributes
Checks if the current data object is resolved
Layout of the data object
Name of the data object
Precision of the data object
Shape (dimensions) of the data object
-
initialized
¶ Checks if the current data object is resolved
-
layout
¶ Layout of the data object
-
name
¶ Name of the data object
-
precision
¶ Precision of the data object
-
shape
¶ Shape (dimensions) of the data object
-