Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_query.cc78 HloInstruction* instruction, HloInstruction** matching_operand, in MatchBinaryInstructionOperand() argument
82 *matching_operand = instruction->mutable_operand(0); in MatchBinaryInstructionOperand()
87 *matching_operand = instruction->mutable_operand(1); in MatchBinaryInstructionOperand()
96 HloInstruction** matching_operand, in MatchBinaryInstructionOperandOpcode() argument
102 instruction, matching_operand, other_operand); in MatchBinaryInstructionOperandOpcode()
Dhlo_query.h66 HloInstruction* instruction, HloInstruction** matching_operand,
73 HloInstruction** matching_operand,