This class contains 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 | precision (self, precision) |
| def | layout (self) |
| Layout of this input. | |
| def | layout (self, layout) |
| def | preprocess_info (self) |
| Gets pre-process info for the input. More... | |
| def | tensor_desc (self) |
| def | input_data (self) |
| Get access to DataPtr object. | |
| def | input_data (self, input_ptr) |
Data Fields | |
| name | |
| Name of this input. | |
| precision | |
| Precision of this input. | |
| layout | |
| Layout of this input. | |
| preprocess_info | |
| Gets pre-process info for the input. More... | |
| tensor_desc | |
| input_data | |
| Get access to DataPtr object. | |
This class contains information about each input of the network.
| def ie_api.InputInfoPtr.preprocess_info | ( | self | ) |
Gets pre-process info for the input.
Usage example:
| ie_api.InputInfoPtr.preprocess_info |
Gets pre-process info for the input.
Usage example: