Searched refs:ReadGraphDefFromFile (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/costs/ |
H A D | graph_properties_test.cc | 569 TF_ASSERT_OK(ReadGraphDefFromFile(filename, &item.graph)); in TEST_F() 730 TF_ASSERT_OK(ReadGraphDefFromFile(filename, &item.graph)); in TEST_F() 772 TF_ASSERT_OK(ReadGraphDefFromFile(filename, &item.graph)); in TEST_F() 830 TF_ASSERT_OK(ReadGraphDefFromFile(filename, &item.graph)); in TEST_F() 893 TF_ASSERT_OK(ReadGraphDefFromFile(filename, &item.graph)); in TEST_F() 951 TF_ASSERT_OK(ReadGraphDefFromFile(filename, &item.graph)); in TEST_F() 1003 TF_ASSERT_OK(ReadGraphDefFromFile(filename, &item.graph)); in TEST_F() 1422 TF_ASSERT_OK(ReadGraphDefFromFile(filename, &item.graph)); in TEST_F() 1730 TF_ASSERT_OK(ReadGraphDefFromFile(filename, &item.graph)); in TEST_F() 1755 TF_ASSERT_OK(ReadGraphDefFromFile(filename, &item.graph)); in TEST_F() [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/inputs/ |
H A 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()
|
H A D | utils.h | 37 Status ReadGraphDefFromFile(const string& graph_def_path, GraphDef* result);
|
H A D | utils.cc | 38 Status ReadGraphDefFromFile(const string& graph_def_path, GraphDef* result) { in ReadGraphDefFromFile() function
|
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/utils/ |
H A D | scc_test.cc | 414 TF_CHECK_OK(ReadGraphDefFromFile(filename, &item.graph)); in TEST_F()
|