Home
last modified time | relevance | path

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

/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/common_runtime/
Dfunction.cc790 void DumpGraph(StringPiece label, const Graph* g) { in DumpGraph() function