Data Structures | Functions
ie_utils.hpp File Reference

A header file that provides utilities for calculating per layer theoretical statistic. More...

#include <unordered_map>
#include <string>
#include <cpp/ie_cnn_network.h>

Go to the source code of this file.

Data Structures

struct   InferenceEngine::LayerComplexity
  Contains information about floating point operations and common size of parameter blobs. More...
 

Functions

std::unordered_map< std::string, LayerComplexity >  InferenceEngine::getNetworkComplexity (const InferenceEngine::ICNNNetwork &network)
  Computes per layer theoretical computational and memory complexity. More...
 

Detailed Description

A header file that provides utilities for calculating per layer theoretical statistic.

Function Documentation

§ getNetworkComplexity()

std::unordered_map<std::string, LayerComplexity> InferenceEngine::getNetworkComplexity ( const InferenceEngine::ICNNNetwork network )

Computes per layer theoretical computational and memory complexity.

Parameters
network input graph
Returns
map from layer name to layer complexity