Searched refs:DumpGraph (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/core/common_runtime/ |
D | graph_optimizer.cc | 43 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()
|
D | process_function_library_runtime.cc | 591 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()
|
D | constant_folding.cc | 571 DumpGraph("Before", graph); in ConstantFold() 596 DumpGraph("Constant graph", constant_graph.get()); in ConstantFold() 655 DumpGraph("After", graph); in ConstantFold()
|
D | function.h | 131 void DumpGraph(StringPiece label, const Graph* g);
|
D | function.cc | 790 void DumpGraph(StringPiece label, const Graph* g) { in DumpGraph() function
|
/external/tensorflow/tensorflow/core/util/ |
D | dump_graph_test.cc | 27 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/ |
D | mkl_tfconversion_pass.cc | 303 DumpGraph("Before MklToTfConversionPass", &**g); in RunPass() 364 DumpGraph("After MklToTfConversionPass", &**g); in RunPass() 407 DumpGraph("After MklToTfConversionPass - InputConversion", &**g); in RunPass()
|
D | mkl_layout_pass.cc | 3572 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()
|