Searched refs:CompareGraphs (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/core/grappler/utils/ |
D | grappler_test.h | 57 void CompareGraphs(GraphDef want, GraphDef got) const;
|
D | grappler_test_test.cc | 46 CompareGraphs(graph1, graph2); in TEST_F()
|
D | grappler_test.cc | 141 void GrapplerTest::CompareGraphs(GraphDef want, GraphDef got) const { in CompareGraphs() function in tensorflow::grappler::GrapplerTest
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | function_optimizer_test.cc | 707 CompareGraphs(item.graph, output); in TEST_F() 756 CompareGraphs(expected, optimized_graph); in TEST_F() 895 CompareGraphs(expected, optimized_graph); in TEST_F() 966 CompareGraphs(expected, optimized_graph); in TEST_F() 1056 CompareGraphs(expected, optimized_graph); in TEST_F() 1129 CompareGraphs(expected, optimized_graph); in TEST_F() 1213 CompareGraphs(expected, optimized_graph); in TEST_F() 1296 CompareGraphs(expected, optimized_graph); in TEST_F()
|
D | constant_folding_test.cc | 1776 CompareGraphs(want, got); in TEST_F() 1826 CompareGraphs(want, got); in TEST_F() 1874 CompareGraphs(want, got); in TEST_F() 1908 CompareGraphs(want, got); in TEST_F() 1957 CompareGraphs(want, got); in TEST_F() 1993 CompareGraphs(want, got); in TEST_F() 2041 CompareGraphs(want, got); in TEST_F() 2092 CompareGraphs(want, got); in TEST_F() 2153 CompareGraphs(want, got); in TEST_F() 2199 CompareGraphs(want, got); in TEST_F() [all …]
|
D | debug_stripper_test.cc | 43 CompareGraphs(item.graph, output); in TEST_F()
|
D | dependency_optimizer_test.cc | 884 CompareGraphs(expected, output); in TEST_F() 890 CompareGraphs(expected, output); in TEST_F()
|
D | meta_optimizer_test.cc | 733 CompareGraphs(item.graph, output); in TEST_F()
|
D | arithmetic_optimizer_test.cc | 1318 CompareGraphs(item.graph, output); in TEST_F() 1336 CompareGraphs(item.graph, output); in TEST_F() 1354 CompareGraphs(item.graph, output); in TEST_F() 2685 CompareGraphs(want, got); in TEST_F() 2727 CompareGraphs(want, got); in TEST_F() 2768 CompareGraphs(want, got); in TEST_F()
|