Namespaces | Functions
ie_transformations.hpp File Reference

This header file defines the list of public transformations. More...

#include <ie_api.h>
#include <cpp/ie_cnn_network.h>

Go to the source code of this file.

Namespaces

 InferenceEngine
 Inference Engine C++ API.
 

Functions

void InferenceEngine::LowLatency (InferenceEngine::CNNNetwork &network)
 The transformation finds all TensorIterator layers in the network, processes all back edges that describe a connection between Result and Parameter of the TensorIterator body, and inserts ReadValue layer between Parameter and the next layers after this Parameter, and Assign layer after the layers before the Result layer. Supported platforms: CPU, GNA. More...
 

Detailed Description

This header file defines the list of public transformations.