Home
last modified time | relevance | path

Searched refs:inlined_graph (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/lite/toco/
Dimport_tensorflow.cc2563 GraphDef inlined_graph(tf_graph); in ImportTensorFlowGraphDef() local
2564 if (InlineAllFunctions(&inlined_graph)) { in ImportTensorFlowGraphDef()
2565 LogDumpGraphDef(kLogLevelModelChanged, "AFTER INLINING", inlined_graph); in ImportTensorFlowGraphDef()
2591 for (auto node : inlined_graph.node()) { in ImportTensorFlowGraphDef()