Home
last modified time | relevance | path

Searched defs:called_computation_root (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_instructions.cc1591 HloInstruction* HloCallableInstruction::called_computation_root() const { in called_computation_root() function in xla::HloCallableInstruction
2144 HloInstruction* called_computation_root) in HloCallInstruction()
H A Dhlo_instruction.cc1868 const Shape& shape, HloInstruction* called_computation_root) { in CreateCall()