Data Structures | Typedefs
ie_icnn_network_stats.hpp File Reference

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

#include <string>
#include <memory>
#include <limits>
#include <vector>
#include <map>
#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
 

Typedefs

using InferenceEngine::NetworkNodeStatsPtr = std::shared_ptr< NetworkNodeStats >
 
using InferenceEngine::NetworkNodeStatsWeakPtr = std::weak_ptr< NetworkNodeStats >
 
using InferenceEngine::NetworkStatsMap = std::map< std::string, NetworkNodeStatsPtr >
 

Detailed Description

This is a header file for the ICNNNetworkStats class.