/external/tensorflow/tensorflow/core/common_runtime/ |
D | graph_optimizer.cc | 47 DumpGraph("Initial", g); in Optimize() 54 DumpGraph("RemoveListArrayConverter", g); in Optimize() 58 DumpGraph("RemoveDeadNodes", g); in Optimize() 62 DumpGraph("RemoveIdentityNodes", g); in Optimize() 79 DumpGraph("ConstFolding", g); in Optimize() 85 DumpGraph("FixupSourceAndSinkEdges", g); in Optimize() 90 DumpGraph("OptimizeCSE", g); in Optimize() 126 DumpGraph("ExpandInlineFunctions", g); in Optimize() 139 DumpGraph("ReCopy", graph->get()); in Optimize()
|
D | mkl_tfconversion_pass.cc | 306 DumpGraph("Before MklToTfConversionPass", &**g); in RunPass() 367 DumpGraph("After MklToTfConversionPass", &**g); in RunPass() 410 DumpGraph("After MklToTfConversionPass - InputConversion", &**g); in RunPass()
|
D | function_utils.h | 41 void DumpGraph(StringPiece label, const Graph* g);
|
D | constant_folding.cc | 599 DumpGraph("Before", graph); in ConstantFold() 624 DumpGraph("Constant graph", constant_graph.get()); in ConstantFold() 684 DumpGraph("After", graph); in ConstantFold()
|
D | process_function_library_runtime.cc | 796 DumpGraph("Before running PRE_PLACEMENT passes", graph.get()); in InstantiateMultiDevice() 804 DumpGraph("Before calling Placer", graph.get()); in InstantiateMultiDevice() 811 DumpGraph("Before running POST_PLACEMENT passes", graph.get()); in InstantiateMultiDevice() 821 DumpGraph("Before running graph optimization fn", graph.get()); in InstantiateMultiDevice() 829 DumpGraph("After optimization", graph.get()); in InstantiateMultiDevice() 832 DumpGraph("Before running POST_REWRITE_FOR_EXEC passes", graph.get()); in InstantiateMultiDevice() 861 DumpGraph(strings::StrCat("Before running POST_PARTITIONING passes (", in InstantiateMultiDevice() 877 DumpGraph( in InstantiateMultiDevice()
|
D | function_utils.cc | 76 void DumpGraph(StringPiece label, const Graph* g) { in DumpGraph() function
|
D | mkl_layout_pass.cc | 4005 DumpGraph("Before running MklLayoutRewritePass", &**g); in RunPass() 4033 DumpGraph("After running MklLayoutRewritePass(NodeMerge)", &**g); in RunPass() 4055 DumpGraph("After running MklLayoutRewritePass(NodeFusion)", &**g); in RunPass() 4083 DumpGraph("After running MklLayoutRewritePass(NodeMerge+Rewrite)", &**g); in RunPass() 4101 DumpGraph("After running MklLayoutRewritePass(NodeMerge+Rewrite+Fixup)", in RunPass()
|
/external/tensorflow/tensorflow/core/util/ |
D | dump_graph_test.cc | 29 TEST(DumpGraph, DumpGraphToFileSuccess) { in TEST() argument 49 TEST(DumpGraph, DumpGraphToFileNoEnvPrefix) { in TEST() argument 56 TEST(DumpGraph, DumpFunctionDefToFileSuccess) { in TEST() argument
|
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | ExprEngine.h | 242 std::string DumpGraph(bool trim = false, StringRef Filename=""); 247 std::string DumpGraph(ArrayRef<const ExplodedNode *> Nodes,
|
/external/llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
D | AnalysisConsumer.cpp | 707 Eng.DumpGraph(Mgr->options.TrimGraph, Mgr->options.DumpExplodedGraphTo); in RunPathSensitiveChecks()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngine.cpp | 3212 std::string Filename = DumpGraph(trim); in ViewGraph() 3222 std::string Filename = DumpGraph(Nodes); in ViewGraph() 3229 std::string ExprEngine::DumpGraph(bool trim, StringRef Filename) { in DumpGraph() function in ExprEngine 3244 return DumpGraph(Src, Filename); in DumpGraph() 3256 std::string ExprEngine::DumpGraph(ArrayRef<const ExplodedNode*> Nodes, in DumpGraph() function in ExprEngine
|