Searched refs:ReadGraphDefFromFile (Results 1 – 5 of 5) sorted by relevance
| /external/tensorflow/tensorflow/core/grappler/inputs/ |
| D | utils_test.cc | 88 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()
|
| D | utils.h | 37 Status ReadGraphDefFromFile(const string& graph_def_path, GraphDef* result);
|
| D | utils.cc | 38 Status ReadGraphDefFromFile(const string& graph_def_path, GraphDef* result) { in ReadGraphDefFromFile() function
|
| /external/tensorflow/tensorflow/core/grappler/costs/ |
| D | graph_properties_test.cc | 401 TF_ASSERT_OK(ReadGraphDefFromFile(filename, &item.graph)); in TEST_F() 562 TF_ASSERT_OK(ReadGraphDefFromFile(filename, &item.graph)); in TEST_F() 604 TF_ASSERT_OK(ReadGraphDefFromFile(filename, &item.graph)); in TEST_F() 662 TF_ASSERT_OK(ReadGraphDefFromFile(filename, &item.graph)); in TEST_F() 725 TF_ASSERT_OK(ReadGraphDefFromFile(filename, &item.graph)); in TEST_F() 783 TF_ASSERT_OK(ReadGraphDefFromFile(filename, &item.graph)); in TEST_F() 835 TF_ASSERT_OK(ReadGraphDefFromFile(filename, &item.graph)); in TEST_F() 1252 TF_ASSERT_OK(ReadGraphDefFromFile(filename, &item.graph)); in TEST_F() 1560 TF_ASSERT_OK(ReadGraphDefFromFile(filename, &item.graph)); in TEST_F() 1585 TF_ASSERT_OK(ReadGraphDefFromFile(filename, &item.graph)); in TEST_F() [all …]
|
| /external/tensorflow/tensorflow/core/grappler/utils/ |
| D | scc_test.cc | 414 TF_CHECK_OK(ReadGraphDefFromFile(filename, &item.graph)); in TEST_F()
|