Searched refs:PruneGraphDefInto (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | tf2xla_util_test.cc | 168 TEST(PruneGraphDefInto, Basic) { in TEST() argument 176 ExpectErrorContains(PruneGraphDefInto(FetchesConfig({"missing"}), def, ©), in TEST() 178 ExpectErrorContains(PruneGraphDefInto(FetchesConfig({"a"}), def, ©), in TEST() 183 ExpectErrorContains(PruneGraphDefInto(FetchesConfig({"a"}), def, ©), in TEST() 198 TF_EXPECT_OK(PruneGraphDefInto(FetchesConfig({"a"}), def, ©)); in TEST() 208 TF_EXPECT_OK(PruneGraphDefInto(FetchesConfig({"a"}), def, ©)); in TEST() 213 TF_EXPECT_OK(PruneGraphDefInto(FetchesConfig({"a", "e"}), def, ©)); in TEST()
|
D | tf2xla_util.h | 46 Status PruneGraphDefInto(const tf2xla::Config& config, const GraphDef& in,
|
D | tf2xla.cc | 360 PruneGraphDefInto(config, first_copy_def, &second_copy_def)); in InitGraph()
|
D | tf2xla_util.cc | 431 Status PruneGraphDefInto(const tf2xla::Config& config, const GraphDef& in, in PruneGraphDefInto() function
|