Public Member Functions | Data Fields
ie_api.LayerStats Class Reference

Layer calibration statistic container. More...

Public Member Functions

def __init__ (self, min, max)
 Class constructor. More...
 
def min (self)
 Tuple with per-channel minimum layer activation values.
 
def max (self)
 Tuple with per-channel maximum layer activation values.
 

Data Fields

 min
 Tuple with per-channel minimum layer activation values.
 
 max
 Tuple with per-channel maximum layer activation values.
 

Detailed Description

Layer calibration statistic container.

Constructor & Destructor Documentation

§ __init__()

def ie_api.LayerStats.__init__ (   self,
  min,
  max 
)

Class constructor.

Parameters
minTuple with per-channel minimum layer activation values
maxTuple with per-channel maximum layer activation values
Returns
An instance of LayerStats class

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