Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_computation.cc750 absl::Span<HloInstruction* const> instructions_to_call) { in CreateCallInstruction() argument
751 HloInstruction* root = instructions_to_call.front(); in CreateCallInstruction()
754 AppendInstructionsIntoCalledComputation(instructions_to_call, in CreateCallInstruction()
Dhlo_computation.h344 absl::Span<HloInstruction* const> instructions_to_call);