Public Member Functions | Data Fields
InferenceEngine::NetworkNodeStats Class Reference

This class implements a container which stores statistics for a layer. More...

#include <ie_icnn_network_stats.hpp>

Public Member Functions

  NetworkNodeStats ()
  The constructor which creates NetworkNodeStats object.
 
  NetworkNodeStats (int statCount)
  The constructor which creates NetworkNodeStats object with filled statistics. More...
 

Data Fields

std::vector< float >  _minOutputs
  Vector of floats which contains minimum values of layers activations.
 
std::vector< float >  _maxOutputs
  Vector of floats which contains maximum values of layers activations.
 

Detailed Description

This class implements a container which stores statistics for a layer.

Constructor & Destructor Documentation

§ NetworkNodeStats()

InferenceEngine::NetworkNodeStats::NetworkNodeStats ( int  statCount )
inlineexplicit

The constructor which creates NetworkNodeStats object with filled statistics.

Parameters
statCount The number of minimum/maximum values in statistics

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