Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_module_test.cc203 HloComputation* cloned_computation = in TEST_F() local
208 EXPECT_TRUE(cloned_computation->IsCustomCallComputation()); in TEST_F()
209 EXPECT_EQ(cloned_computation->CustomCallInstruction(), cloned_custom_call); in TEST_F()
271 HloComputation* cloned_computation = in TEST_F() local
276 EXPECT_TRUE(cloned_computation->IsFusionComputation()); in TEST_F()
277 EXPECT_EQ(cloned_computation->FusionInstruction(), cloned_fusion_instr); in TEST_F()
Dhlo_module.cc876 auto cloned_computation = entry_computation_->Clone(suffix, &context); in Clone() local
877 module->AddEntryComputation(std::move(cloned_computation)); in Clone()