Home
last modified time | relevance | path

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

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