Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_computation_test.cc78 EXPECT_TRUE(negate_computation->MakeEmbeddedComputationsList().empty()); in TEST_F()
88 EXPECT_TRUE(negate_computation->MakeEmbeddedComputationsList().empty()); in TEST_F()
89 EXPECT_THAT(map_computation->MakeEmbeddedComputationsList(), in TEST_F()
114 auto embedded_computations = computation->MakeEmbeddedComputationsList(); in TEST_F()
Dhlo_computation.h232 std::vector<HloComputation*> MakeEmbeddedComputationsList() const;
Dhlo_module.cc521 computation->MakeEmbeddedComputationsList()) { in MakeComputationPostOrder()
Dhlo_computation.cc445 std::vector<HloComputation*> HloComputation::MakeEmbeddedComputationsList() in MakeEmbeddedComputationsList() function in xla::HloComputation
/external/tensorflow/tensorflow/compiler/xla/tools/
Dinteractive_graphviz.cc277 auto embedded_computations = comp->MakeEmbeddedComputationsList(); in DoInfoCommand()
288 if (absl::c_linear_search(c->MakeEmbeddedComputationsList(), comp)) { in DoInfoCommand()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_compiler.cc678 entry_computation->MakeEmbeddedComputationsList()) { in RunBackend()
866 computation->MakeEmbeddedComputationsList()) { in CompileAheadOfTime()