openvino.inference_engine.InputInfoCPtr¶
-
class
openvino.inference_engine.
InputInfoCPtr
¶ This class contains const information about each input of the network. Provides same interface as InputInfoPtr object except properties setters
-
__init__
()¶ Initialize self. See help(type(self)) for accurate signature.
Methods
__init__
()Initialize self.
Attributes
Get access to DataPtr object
Name of this input
Precision of this input
tensor_desc of this input
-
input_data
¶ Get access to DataPtr object
-
name
¶ Name of this input
-
precision
¶ Precision of this input
-
tensor_desc
¶ tensor_desc of this input
-