Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dgraph_optimizer.cc43 DumpGraph("Initial", g); in Optimize()
50 DumpGraph("RemoveListArrayConverter", g); in Optimize()
54 DumpGraph("RemoveDeadNodes", g); in Optimize()
58 DumpGraph("RemoveIdentityNodes", g); in Optimize()
75 DumpGraph("ConstFolding", g); in Optimize()
81 DumpGraph("FixupSourceAndSinkEdges", g); in Optimize()
86 DumpGraph("OptimizeCSE", g); in Optimize()
95 DumpGraph("ExpandInlineFunctions", g); in Optimize()
108 DumpGraph("ReCopy", graph->get()); in Optimize()
Dprocess_function_library_runtime.cc591 DumpGraph("Before running PRE_PLACEMENT passes", graph.get()); in InstantiateMultiDevice()
595 DumpGraph("Before calling Placer", graph.get()); in InstantiateMultiDevice()
618 DumpGraph("Before running POST_PLACEMENT passes", graph.get()); in InstantiateMultiDevice()
626 DumpGraph("Before running graph optimization fn", graph.get()); in InstantiateMultiDevice()
634 DumpGraph("After optimization", graph.get()); in InstantiateMultiDevice()
637 DumpGraph("Before running POST_REWRITE_FOR_EXEC passes", graph.get()); in InstantiateMultiDevice()
640 DumpGraph("After all optimization passes", graph.get()); in InstantiateMultiDevice()
Dconstant_folding.cc571 DumpGraph("Before", graph); in ConstantFold()
596 DumpGraph("Constant graph", constant_graph.get()); in ConstantFold()
655 DumpGraph("After", graph); in ConstantFold()
Dfunction.h131 void DumpGraph(StringPiece label, const Graph* g);
Dfunction.cc790 void DumpGraph(StringPiece label, const Graph* g) { in DumpGraph() function
/external/tensorflow/tensorflow/core/util/
Ddump_graph_test.cc27 TEST(DumpGraph, DumpGraphToFileSuccess) { in TEST() argument
47 TEST(DumpGraph, DumpGraphToFileNoEnvPrefix) { in TEST() argument
54 TEST(DumpGraph, DumpFunctionDefToFileSuccess) { in TEST() argument
/external/tensorflow/tensorflow/core/graph/
Dmkl_tfconversion_pass.cc303 DumpGraph("Before MklToTfConversionPass", &**g); in RunPass()
364 DumpGraph("After MklToTfConversionPass", &**g); in RunPass()
407 DumpGraph("After MklToTfConversionPass - InputConversion", &**g); in RunPass()
Dmkl_layout_pass.cc3572 DumpGraph("Before running MklLayoutRewritePass", &**g); in RunPass()
3600 DumpGraph("After running MklLayoutRewritePass(NodeMerge)", &**g); in RunPass()
3622 DumpGraph("After running MklLayoutRewritePass(NodeFusion)", &**g); in RunPass()
3650 DumpGraph("After running MklLayoutRewritePass(NodeMerge+Rewrite)", &**g); in RunPass()
3668 DumpGraph("After running MklLayoutRewritePass(NodeMerge+Rewrite+Fixup)", in RunPass()