Searched refs:inlined_graph (Results 1 – 1 of 1) sorted by relevance
2735 GraphDef inlined_graph(tf_graph); in ImportTensorFlowGraphDef() local2736 if (InlineAllFunctions(&inlined_graph)) { in ImportTensorFlowGraphDef()2737 LogDumpGraphDef(kLogLevelModelChanged, "AFTER INLINING", inlined_graph); in ImportTensorFlowGraphDef()2764 for (auto node : inlined_graph.node()) { in ImportTensorFlowGraphDef()