Home
last modified time | relevance | path

Searched refs:eq_operands (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.h1140 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,
Dar_crs_combiner.cc370 auto eq_operands = [](const HloInstruction*, const HloInstruction*) { in InstructionsComputeSameValue() local
374 return i1->Identical(*i2, eq_operands, eq_computations, in InstructionsComputeSameValue()
Dconditional_code_motion.cc210 bool eq_operands = is_layout_sensitive in InstructionWithinBranchIdentical() local
213 return eq_operands; in InstructionWithinBranchIdentical()
Dhlo_instruction.cc2014 eq_operands, in IdenticalInternal()
2039 if (!eq_operands(operand(i), other.operand(i))) { in IdenticalInternal()