Searched refs:eq_operands (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_instruction.h | 1140 eq_operands = std::equal_to<const HloInstruction*>(), 1144 return IdenticalInternal(other, eq_operands, eq_computations, 1154 eq_operands = std::equal_to<const HloInstruction*>(), 1158 return IdenticalInternal(other, eq_operands, eq_computations, 1995 eq_operands,
|
D | ar_crs_combiner.cc | 370 auto eq_operands = [](const HloInstruction*, const HloInstruction*) { in InstructionsComputeSameValue() local 374 return i1->Identical(*i2, eq_operands, eq_computations, in InstructionsComputeSameValue()
|
D | conditional_code_motion.cc | 210 bool eq_operands = is_layout_sensitive in InstructionWithinBranchIdentical() local 213 return eq_operands; in InstructionWithinBranchIdentical()
|
D | hlo_instruction.cc | 2014 eq_operands, in IdenticalInternal() 2039 if (!eq_operands(operand(i), other.operand(i))) { in IdenticalInternal()
|