Data Structures | Typedefs
ie_icnn_network_stats.hpp File Reference

This is a header file for the ICNNNetworkStats class. More...

#include <limits>
#include <map>
#include <memory>
#include <string>
#include <vector>
#include "details/ie_irelease.hpp"

Go to the source code of this file.

Data Structures

class  InferenceEngine::ICNNNetworkStats
 This is the interface to describe the NN topology scoring statistics. More...
 
class  InferenceEngine::NetworkNodeStats
 This class implements a container which stores statistics for a layer. More...
 

Typedefs

using InferenceEngine::NetworkNodeStatsPtr = std::shared_ptr< NetworkNodeStats >
 A shared pointer to the NetworkNodeStats object.
 
using InferenceEngine::NetworkNodeStatsWeakPtr = std::weak_ptr< NetworkNodeStats >
 A smart pointer to the NetworkNodeStats object.
 
using InferenceEngine::NetworkStatsMap = std::map< std::string, NetworkNodeStatsPtr >
 A map of pairs: name of a layer and related statistics.
 

Detailed Description

This is a header file for the ICNNNetworkStats class.