Searched refs:reduce_or_tuple_pointer (Results 1 – 1 of 1) sorted by relevance
2622 HloInstruction* const* reduce_or_tuple_pointer) { in GetOutputInstructions() argument2623 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()