Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter_unnested.cc2622 HloInstruction* const* reduce_or_tuple_pointer) { in GetOutputInstructions() argument
2623 HloOpcode opcode = (*reduce_or_tuple_pointer)->opcode(); in GetOutputInstructions()
2626 ? (*reduce_or_tuple_pointer)->operands() in GetOutputInstructions()
2627 : absl::Span<HloInstruction* const>(reduce_or_tuple_pointer, 1); in GetOutputInstructions()