Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/
Dtf2xla_util_test.cc158 static tf2xla::Config FetchesConfig(std::vector<string> fetches) { in FetchesConfig() function
176 ExpectErrorContains(PruneGraphDefInto(FetchesConfig({"missing"}), def, &copy), in TEST()
178 ExpectErrorContains(PruneGraphDefInto(FetchesConfig({"a"}), def, &copy), in TEST()
183 ExpectErrorContains(PruneGraphDefInto(FetchesConfig({"a"}), def, &copy), in TEST()
198 TF_EXPECT_OK(PruneGraphDefInto(FetchesConfig({"a"}), def, &copy)); in TEST()
208 TF_EXPECT_OK(PruneGraphDefInto(FetchesConfig({"a"}), def, &copy)); in TEST()
213 TF_EXPECT_OK(PruneGraphDefInto(FetchesConfig({"a", "e"}), def, &copy)); in TEST()