Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dgraph_optimizer.cc47 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()
Dmkl_tfconversion_pass.cc306 DumpGraph("Before MklToTfConversionPass", &**g); in RunPass()
367 DumpGraph("After MklToTfConversionPass", &**g); in RunPass()
410 DumpGraph("After MklToTfConversionPass - InputConversion", &**g); in RunPass()
Dfunction_utils.h41 void DumpGraph(StringPiece label, const Graph* g);
Dconstant_folding.cc599 DumpGraph("Before", graph); in ConstantFold()
624 DumpGraph("Constant graph", constant_graph.get()); in ConstantFold()
684 DumpGraph("After", graph); in ConstantFold()
Dprocess_function_library_runtime.cc796 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()
Dfunction_utils.cc76 void DumpGraph(StringPiece label, const Graph* g) { in DumpGraph() function
Dmkl_layout_pass.cc4005 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/
Ddump_graph_test.cc29 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/
DExprEngine.h242 std::string DumpGraph(bool trim = false, StringRef Filename="");
247 std::string DumpGraph(ArrayRef<const ExplodedNode *> Nodes,
/external/llvm-project/clang/lib/StaticAnalyzer/Frontend/
DAnalysisConsumer.cpp707 Eng.DumpGraph(Mgr->options.TrimGraph, Mgr->options.DumpExplodedGraphTo); in RunPathSensitiveChecks()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp3212 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