Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Ddump_graph_test.cc29 TEST(DumpGraph, DumpGraphToFileSuccess) { in TEST() argument
49 TEST(DumpGraph, DumpGraphToFileNoEnvPrefix) { in TEST() argument
56 TEST(DumpGraph, DumpFunctionDefToFileSuccess) { in TEST() argument
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dfunction_utils.cc76 void DumpGraph(StringPiece label, const Graph* g) { in DumpGraph() function
/aosp_15_r20/art/compiler/optimizing/
H A Dgraph_visualizer.cc1040 void HGraphVisualizer::DumpGraph(const char* pass_name, in DumpGraph() function in art::HGraphVisualizer