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.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