Home
last modified time | relevance | path

Searched defs:add3 (Results 1 – 17 of 17) sorted by relevance

/external/mesa3d/src/amd/compiler/tests/
Dtest_assembler.cpp238 …aco_ptr<VOP3A_instruction> add3{create_instruction<VOP3A_instruction>(aco_opcode::v_add3_u32, Form… variable
256 …aco_ptr<VOP3A_instruction> add3{create_instruction<VOP3A_instruction>(aco_opcode::v_add3_u32, Form… variable
/external/tensorflow/tensorflow/compiler/tf2tensorrt/segment/
Dsegment_test.cc150 auto add3 = ops::Add(s.WithOpName("add3"), add0, add2); in TEST_F() local
198 auto add3 = ops::Add(s.WithOpName("add3"), add0, add2); in TEST_F() local
261 auto add3 = ops::Add(s.WithOpName("add3"), add0, add2); in TEST_F() local
292 auto add3 = ops::Add(s.WithOpName("add3"), add0, add2); in TEST_F() local
338 auto add3 = ops::Add(s.WithOpName("add3"), add2, add2); in TEST_F() local
/external/clang/test/CodeGenCXX/
Ddebug-info-template-member.cpp15 inline int add3(int x) { in add3() function
/external/llvm-project/clang/test/CodeGenCXX/
Ddebug-info-template-member.cpp17 inline int add3(int x) { in add3() function
/external/oboe/samples/RhythmGame/third_party/glm/gtx/
Dsimd_quat.inl129 __m128 add3 = _mm_dp_ps(mul3, _mm_set_ps(1.0f, -1.0f, -1.0f, -1.0f), 0xff); local
144 __m128 add3 = _mm_add_ps(mul3, _mm_movehl_ps(mul3, mul3)); local
/external/llvm-project/clang/test/CodeGen/
Dubsan-promoted-arith.cpp25 int add3(E1 e) { return e + a; } in add3() function
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_graph_test.cc202 auto add3 = ops::Add(s.WithOpName("add3"), add2, segment_root_2); in TEST_F() local
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_hlo_schedule_test.cc139 HloInstruction* add3 = builder.AddInstruction( in TEST_F() local
/external/tensorflow/tensorflow/compiler/xla/tests/
Dcpu_gpu_fusion_test.cc257 auto add3 = builder.AddInstruction(HloInstruction::CreateBinary( in XLA_TEST_F() local
710 auto add3 = builder.AddInstruction(HloInstruction::CreateBinary( in XLA_TEST_F() local
Dconcat_test.cc820 auto add3 = Add(mul, ConstantR1<float>(&builder, {5.f, 6.f})); in XLA_TEST_F() local
/external/tensorflow/tensorflow/compiler/jit/
Ddeadness_analysis_test.cc464 Output add3 = in TEST() local
493 Output add3 = ops::Add(root.WithOpName("add3"), add0, m1.output); in TEST() local
/external/python/pybind11/tests/
Dtest_methods_and_attributes.cpp37 void add3(const ExampleMandA &other) { value += other.value; } // passing by const reference in add3() function in ExampleMandA
/external/libvpx/libvpx/vpx_dsp/mips/
Ddeblock_msa.c661 v4i32 add0, add1, add2, add3; in vpx_mbpost_proc_down_msa() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dmemory_space_assignment_test.cc2483 HloInstruction* add3 = builder.AddInstruction( in TEST_P() local
2565 HloInstruction* add3 = builder.AddInstruction( in TEST_P() local
2754 HloInstruction* add3 = builder.AddInstruction( in TEST_P() local
2825 HloInstruction* add3 = builder.AddInstruction( in TEST_P() local
2897 HloInstruction* add3 = builder.AddInstruction( in TEST_P() local
Dhlo_computation_test.cc199 auto add3 = builder.AddInstruction(HloInstruction::CreateBinary( in TEST_F() local
Dbfloat16_propagation_test.cc815 HloInstruction* add3 = builder.AddInstruction( in TEST_F() local
/external/tensorflow/tensorflow/python/eager/
Dfunction_test.py4435 def add3(self, x, y): member in FunctionTest.testWithExtraWrapperMissingArgs.Foo