Home
last modified time | relevance | path

Searched defs:DumpGraph (Results 1 – 3 of 3) sorted by relevance

/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/tensorflow/tensorflow/core/common_runtime/
Dfunction_utils.cc76 void DumpGraph(StringPiece label, const Graph* g) { in DumpGraph() function
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp3229 std::string ExprEngine::DumpGraph(bool trim, StringRef Filename) { in DumpGraph() function in ExprEngine
3256 std::string ExprEngine::DumpGraph(ArrayRef<const ExplodedNode*> Nodes, in DumpGraph() function in ExprEngine