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