Public Member Functions | Data Fields
ie_api.InputInfoPtr Class Reference

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.
 

Detailed Description

This class contains information about each input of the network.

Member Function Documentation

◆ preprocess_info()

def ie_api.InputInfoPtr.preprocess_info (   self)

Gets pre-process info for the input.

Usage example:

net = ie_core.read_network(model=path_to_xml_file, weights=path_to_bin_file)
net.input_info['data'].preprocess_info.color_format = ColorFormat.BGR

Field Documentation

◆ preprocess_info

ie_api.InputInfoPtr.preprocess_info

Gets pre-process info for the input.

Usage example:

net = ie_core.read_network(model=path_to_xml_file, weights=path_to_bin_file)
net.input_info['data'].preprocess_info.color_format = ColorFormat.BGR

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