Searched refs:def_1 (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | master_test.cc | 183 GraphDef def_1; in TEST_F() local 184 test::graph::ToGraphDef(&graph_1, &def_1); in TEST_F() 186 TF_ASSERT_OK(ExtendSession(handle, def_1, initial_version, &version_1)); in TEST_F() 218 GraphDef def_1; in TEST_F() local 219 test::graph::ToGraphDef(&graph_1, &def_1); in TEST_F() 222 TF_ASSERT_OK(ExtendSession(handle, def_1, initial_version, &version_1)); in TEST_F() 225 ExtendSession(handle, def_1, version_1, &version_2))); in TEST_F() 237 GraphDef def_1; in TEST_F() local 238 test::graph::ToGraphDef(&graph_1, &def_1); in TEST_F() 241 TF_ASSERT_OK(ExtendSession(handle, def_1, initial_version, &version_1)); in TEST_F() [all …]
|