Home
last modified time | relevance | path

Searched refs:operands1 (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/g3doc/
Dhlo_parser.md37 : '(' operands1 ')'
39 operands1
42 | operands1 ',' operand
/external/deqp/modules/gles3/scripts/
Dgen-swizzle-math-operations.py174 operands1 = INPUTS[dataType] variable
177 …ATORS[operator](x.swizzle(swizzleIndices), y.swizzle(rotatedSwizzleIndices)), operands1, operands2)
184 [("%s in0" % dataType, operands1)],
/external/tensorflow/tensorflow/compiler/xla/service/
Dar_crs_combiner.cc193 auto operands1 = i1->operands(); in InstructionsComputeSameValue() local
194 if (opcode1 != i2->opcode() || operands1.size() != i2->operands().size()) { in InstructionsComputeSameValue()
207 for (int i = 0; i < operands1.size(); ++i) { in InstructionsComputeSameValue()
208 auto operand1 = operands1[i]; in InstructionsComputeSameValue()
222 TupleElementsComputeSameValue(operands1[0], i1->tuple_index(), in InstructionsComputeSameValue()