Public Member Functions | Data Fields
ie_api.InputInfoCPtr Class Reference

This class contains const information about each input of the network. More...

Public Member Functions

def name (self)
 Name of this input.
 
def precision (self)
 Precision of this input.
 
def input_data (self)
 Get access to DataPtr object.
 
def tensor_desc (self)
 tensor_desc of this input
 

Data Fields

 name
 Name of this input.
 
 precision
 Precision of this input.
 
 input_data
 Get access to DataPtr object.
 
 tensor_desc
 tensor_desc of this input
 

Detailed Description

This class contains const information about each input of the network.

Provides same interface as InputInfoPtr object except properties setters


The documentation for this class was generated from the following file: