Home
last modified time | relevance | path

Searched refs:GetInstructionWithName (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_computation.h416 HloInstruction* GetInstructionWithName(absl::string_view name);
Dbuffer_assignment_test.cc1823 m->entry_computation()->GetInstructionWithName("constant.1.1"); in TEST_F()
1825 m->entry_computation()->GetInstructionWithName("constant.1.2"); in TEST_F()
2091 m->entry_computation()->GetInstructionWithName("constant.42"); in TEST_F()
2360 HloInstruction* custom_call = main->GetInstructionWithName("custom_call"); in TEST_F()
Dhlo_computation.cc1044 HloInstruction* HloComputation::GetInstructionWithName(absl::string_view name) { in GetInstructionWithName() function in xla::HloComputation