Home
last modified time | relevance | path

Searched defs:operand2 (Results 1 – 21 of 21) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/tests/
Dconditional_test.cc227 auto operand2 = ConstantR0<float>(&builder, 12.0f); in XLA_TEST_F() local
280 auto operand2 = ConstantR0<float>(&builder, 12.6f); in XLA_TEST_F() local
307 auto operand2 = ConstantR0<float>(&builder, 12.6f); in XLA_TEST_F() local
334 auto operand2 = ConstantR0<float>(&builder, 12.6f); in XLA_TEST_F() local
356 auto operand2 = ConstantR0<float>(&builder, 12.6f); in XLA_TEST_F() local
370 auto operand2 = ConstantR0<float>(&builder, 12.0f); in XLA_TEST_F() local
385 auto operand2 = ConstantR0<float>(&builder, 12.0f); in XLA_TEST_F() local
400 auto operand2 = ConstantR1<float>(&builder, {10.0f, 11.0f}); in XLA_TEST_F() local
419 auto operand2 = ConstantR1<float>(&builder, {10.0f, 11.0f}); in XLA_TEST_P() local
456 auto operand2 = ConstantR1<float>(&builder, {10.0f, 11.0f}); in XLA_TEST_F() local
[all …]
/external/v8/src/interpreter/
Dbytecode-node.h183 uint32_t operand2) { in Create()
200 uint32_t operand2, uint32_t operand3) { in Create()
220 uint32_t operand2, uint32_t operand3, in Create()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dir_builder.h78 uint32_t operand2) { in AddBinaryOp()
89 uint32_t operand2, uint32_t operand3) { in AddTernaryOp()
100 uint32_t operand2, uint32_t operand3, in AddQuadOp()
113 uint32_t operand2) { in AddIdLiteralOp()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dir_builder.h78 uint32_t operand2) { in AddBinaryOp()
89 uint32_t operand2, uint32_t operand3) { in AddTernaryOp()
100 uint32_t operand2, uint32_t operand3, in AddQuadOp()
113 uint32_t operand2) { in AddIdLiteralOp()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dfusion_merger_test.cc97 auto* operand2 = root->operand(2); in TEST_F() local
/external/google-breakpad/src/processor/
Dpostfix_evaluator-inl.h104 ValueType operand2 = ValueType(); in EvaluateToken() local
/external/autotest/server/site_tests/enterprise_CFM_CEC/chameleon_cecservice/
Dit6803.py204 def cec_cmd_set(follower, txCmd, operand1, operand2): argument
/external/libunwind/src/dwarf/
DGexpr.c193 unw_word_t operand1 = 0, operand2 = 0, tmp1, tmp2, tmp3, end_addr; in dwarf_eval_expr() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dar_crs_combiner.cc209 auto operand2 = i2->operands()[i]; in InstructionsComputeSameValue() local
Dhlo_evaluator_test.cc121 auto operand2 = in TestTernaryOp() local
481 HloInstruction* operand2 = b.AddInstruction(HloInstruction::CreateConstant( in TEST_F() local
503 HloInstruction* operand2 = b.AddInstruction( in TEST_F() local
1925 HloInstruction* operand2 = b.AddInstruction( in TEST_P() local
1959 HloInstruction* operand2 = b.AddInstruction(HloInstruction::CreateConstant( in TEST_P() local
Dhlo_instruction_test.cc878 auto operand2 = HloInstruction::CreateConstant( in TEST_F() local
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dinstruction_test.cpp180 const Operand& operand2 = *(inst.cbegin() + 2); in TEST() local
207 Operand& operand2 = *(inst.begin() + 2); in TEST() local
/external/deqp-deps/SPIRV-Tools/test/opt/
Dinstruction_test.cpp180 const Operand& operand2 = *(inst.cbegin() + 2); in TEST() local
207 Operand& operand2 = *(inst.begin() + 2); in TEST() local
/external/mesa3d/src/intel/vulkan/
DgenX_query.c552 mi_alu(uint32_t opcode, uint32_t operand1, uint32_t operand2) in mi_alu()
DgenX_cmd_buffer.c2372 #define append_alu(opcode, operand1, operand2) \ in build_alu_multiply_gpr0() argument
/external/selinux/libsepol/cil/src/
Dcil_write_ast.c56 char *operand2 = NULL; in __cil_unfill_expr_helper() local
/external/v8/src/arm64/
Dsimulator-logic-arm64.cc1059 uint64_t operand2 = ~src2.Uint(vform, i); in bif() local
1073 uint64_t operand2 = src2.Uint(vform, i); in bit() local
1087 uint64_t operand2 = dst.Uint(vform, i); in bsl() local
/external/vixl/src/aarch64/
Dlogic-aarch64.cc1113 uint64_t operand2 = ~src2.Uint(vform, i); in bif() local
1129 uint64_t operand2 = src2.Uint(vform, i); in bit() local
1145 uint64_t operand2 = dst.Uint(vform, i); in bsl() local
/external/v8/src/compiler/ia32/
Dinstruction-selector-ia32.cc2112 InstructionOperand operand2 = g.UseRegister(node->InputAt(2)); in VisitS128Select() local
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes_test.cc1773 const std::vector<CType> operand2{CType(2), CType(3)}; in TestBinaryTensorOpWeightNoBroadcast() local
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_defines.h1459 #define MI_MATH_ALU2(opcode, operand1, operand2) \ argument