HomeSort by relevance Sort by last modified time
    Searched refs:matching_operand (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_query.h 60 // matching_operand to the matching operand and the other operand to
65 HloInstruction* instruction, HloInstruction** matching_operand,
72 HloInstruction** matching_operand,
hlo_query.cc 76 HloInstruction* instruction, HloInstruction** matching_operand,
80 *matching_operand = instruction->mutable_operand(0);
85 *matching_operand = instruction->mutable_operand(1);
94 HloInstruction** matching_operand,
100 instruction, matching_operand, other_operand); member in namespace:xla::hlo_query

Completed in 930 milliseconds