class InferenceEngine::ConstTransformer

Overview

TBD. More…

#include <graph_transformer.h>

class ConstTransformer
{
public:
    // construction

    ConstTransformer(details::CNNNetworkImpl \* _network);

    // methods

    void foldConstSubgraphs();
    void fullTrim();
};

Detailed Documentation

TBD.

Methods

void foldConstSubgraphs()

calculates const layers, combines const subgraph into a single const layers

void fullTrim()

folds Const Subgraphs and removes second input of Reshape-like layers (Interp, Gather, Resample, …)