Searched refs:MakeEmbeddedComputationsList (Results 1 – 5 of 5) sorted by relevance
77 EXPECT_TRUE(negate_computation->MakeEmbeddedComputationsList().empty()); in TEST_F()87 EXPECT_TRUE(negate_computation->MakeEmbeddedComputationsList().empty()); in TEST_F()88 EXPECT_THAT(map_computation->MakeEmbeddedComputationsList(), in TEST_F()113 auto embedded_computations = computation->MakeEmbeddedComputationsList(); in TEST_F()
325 std::vector<HloComputation*> MakeEmbeddedComputationsList() const;
762 computation->MakeEmbeddedComputationsList()) { in MakeComputationPostOrder()
538 std::vector<HloComputation*> HloComputation::MakeEmbeddedComputationsList() in MakeEmbeddedComputationsList() function in xla::HloComputation
313 auto embedded_computations = comp->MakeEmbeddedComputationsList(); in DoInfoCommand()324 if (absl::c_linear_search(c->MakeEmbeddedComputationsList(), comp)) { in DoInfoCommand()