Searched refs:operands1 (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/g3doc/ |
D | hlo_parser.md | 37 : '(' operands1 ')' 39 operands1 42 | operands1 ',' operand
|
/external/llvm-project/mlir/unittests/Dialect/SPIRV/ |
D | DeserializationTest.cpp | 191 SmallVector<uint32_t, 5> operands1 = {structType, 0}; in TEST_F() local 192 spirv::encodeStringLiteralInto(operands1, "i1"); in TEST_F() 193 addInstruction(spirv::Opcode::OpMemberName, operands1); in TEST_F() 213 SmallVector<uint32_t, 5> operands1 = {structType}; in TEST_F() local 214 addInstruction(spirv::Opcode::OpMemberName, operands1); in TEST_F()
|
/external/deqp/modules/gles3/scripts/ |
D | gen-swizzle-math-operations.py | 174 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/ |
D | ar_crs_combiner.cc | 361 auto operands1 = i1->operands(); in InstructionsComputeSameValue() local 362 if (opcode1 != i2->opcode() || operands1.size() != i2->operands().size()) { in InstructionsComputeSameValue() 378 for (int i = 0; i < operands1.size(); ++i) { in InstructionsComputeSameValue() 379 auto operand1 = operands1[i]; in InstructionsComputeSameValue() 393 TupleElementsComputeSameValue(operands1[0], i1->tuple_index(), in InstructionsComputeSameValue()
|