Data Structures | Namespaces | 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...
 

Namespaces

  InferenceEngine
  Inference Engine API.
 

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.