Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_computation_test.cc77 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()
H A Dhlo_computation.h325 std::vector<HloComputation*> MakeEmbeddedComputationsList() const;
H A Dhlo_module.cc762 computation->MakeEmbeddedComputationsList()) { in MakeComputationPostOrder()
H A Dhlo_computation.cc538 std::vector<HloComputation*> HloComputation::MakeEmbeddedComputationsList() in MakeEmbeddedComputationsList() function in xla::HloComputation
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tools/
H A Dinteractive_graphviz.cc313 auto embedded_computations = comp->MakeEmbeddedComputationsList(); in DoInfoCommand()
324 if (absl::c_linear_search(c->MakeEmbeddedComputationsList(), comp)) { in DoInfoCommand()