class InferenceEngine::ConstTransformer¶
Overview¶
TBD. More…
#include <graph_transformer.h>
class ConstTransformer
{
public:
// construction
ConstTransformer(details::CNNNetworkImpl \* _network);
// methods
void foldConstSubgraphs();
void fullTrim();
};