Home
last modified time | relevance | path

Searched refs:ReadGraphDefFromFile (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/inputs/
Dutils_test.cc88 TF_CHECK_OK(ReadGraphDefFromFile(text_graph_def_file_, &result)); in TEST_F()
94 TF_CHECK_OK(ReadGraphDefFromFile(binary_graph_def_file_, &result)); in TEST_F()
Dutils.h37 Status ReadGraphDefFromFile(const string& graph_def_path, GraphDef* result);
Dutils.cc38 Status ReadGraphDefFromFile(const string& graph_def_path, GraphDef* result) { in ReadGraphDefFromFile() function
/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_properties_test.cc363 TF_CHECK_OK(ReadGraphDefFromFile(filename, &item.graph)); in TEST_F()
524 TF_CHECK_OK(ReadGraphDefFromFile(filename, &item.graph)); in TEST_F()
566 TF_CHECK_OK(ReadGraphDefFromFile(filename, &item.graph)); in TEST_F()
624 TF_CHECK_OK(ReadGraphDefFromFile(filename, &item.graph)); in TEST_F()
687 TF_CHECK_OK(ReadGraphDefFromFile(filename, &item.graph)); in TEST_F()
745 TF_CHECK_OK(ReadGraphDefFromFile(filename, &item.graph)); in TEST_F()
797 TF_CHECK_OK(ReadGraphDefFromFile(filename, &item.graph)); in TEST_F()
1318 TF_CHECK_OK(ReadGraphDefFromFile(filename, &item.graph)); in TEST_F()
1343 TF_CHECK_OK(ReadGraphDefFromFile(filename, &item.graph)); in TEST_F()
1394 TF_CHECK_OK(ReadGraphDefFromFile(filename, &item.graph)); in TEST_F()
[all …]
/external/tensorflow/tensorflow/core/grappler/utils/
Dscc_test.cc414 TF_CHECK_OK(ReadGraphDefFromFile(filename, &item.graph)); in TEST_F()