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.cc76 HloInstruction* instruction, HloInstruction** matching_operand, in MatchBinaryInstructionOperand() argument
80 *matching_operand = instruction->mutable_operand(0); in MatchBinaryInstructionOperand()
85 *matching_operand = instruction->mutable_operand(1); in MatchBinaryInstructionOperand()
94 HloInstruction** matching_operand, in MatchBinaryInstructionOperandOpcode() argument
100 instruction, matching_operand, other_operand); in MatchBinaryInstructionOperandOpcode()
Dhlo_query.h65 HloInstruction* instruction, HloInstruction** matching_operand,
72 HloInstruction** matching_operand,