/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | gpu_hlo_schedule_test.cc | 92 HloInstruction* add2 = builder.AddInstruction( in TEST_F() local 121 HloInstruction* add2 = builder.AddInstruction( in TEST_F() local 198 HloInstruction* add2 = builder.AddInstruction( in TEST_F() local
|
/external/kotlinx.atomicfu/atomicfu/src/commonTest/kotlin/kotlinx/atomicfu/test/ |
D | LockFreeLongCounterTest.kt | 50 fun add2() = counter.getAndAdd(2) in get() method in kotlinx.atomicfu.test.LockFreeLongCounter
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | defuser_test.cc | 132 auto add2 = builder.AddInstruction( in TEST_F() local 171 auto add2 = builder.AddInstruction( in TEST_F() local
|
D | fusion_node_indexing_evaluation_test.cc | 145 HloInstruction* add2 = module->entry_computation()->root_instruction(); in TEST_F() local
|
D | hlo_cse_test.cc | 479 auto add2 = builder.AddInstruction( in TEST_F() local 529 auto add2 = builder.AddInstruction(HloInstruction::CreateBinary( in TEST_F() local
|
D | bfloat16_propagation_test.cc | 278 HloInstruction* add2 = builder.AddInstruction( in TEST_F() local 770 HloInstruction* add2 = builder.AddInstruction( in TEST_F() local 907 HloInstruction* add2 = builder.AddInstruction(HloInstruction::CreateBinary( in TEST_F() local
|
D | hlo_live_range_test.cc | 197 auto add2 = builder.AddInstruction( in TEST_F() local
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/segment/ |
D | segment_test.cc | 149 auto add2 = ops::Add(s.WithOpName("add2"), add0, add1); in TEST_F() local 197 auto add2 = ops::Add(s.WithOpName("add2"), add0, add1); in TEST_F() local 260 auto add2 = ops::Add(s.WithOpName("add2"), add0, add1); in TEST_F() local 289 auto add2 = ops::Add(s.WithOpName("add2"), add0, add1); in TEST_F() local 337 auto add2 = ops::Add(s.WithOpName("add2"), add1, add1); in TEST_F() local
|
/external/clang/test/CodeGenCXX/ |
D | debug-info-template-member.cpp | 11 int add2(int x) { in add2() function
|
/external/mesa3d/src/compiler/nir/tests/ |
D | core_tests.cpp | 108 nir_def *add2 = nir_iadd(b, add, add); in TEST_F() local
|
/external/tensorflow/tensorflow/c/ |
D | c_api_function_test.cc | 610 TF_Operation* add2 = Add(add1, feed3, func_graph_, s_, "add2"); in TEST_F() local 705 TF_Operation* add2 = Add(add1, feed3, func_graph_, s_, "add2"); in TEST_F() local 745 TF_Operation* add2 = Add(add1, feed3, func_graph_, s_, "add2"); in TEST_F() local 932 TF_Operation* add2 = Add(add1, one, params->body_graph, s_, "add2"); in TEST_F() local 1090 TF_Operation* add2 = Add(add1, feed3, func_graph_, s_, "add2"); in TEST_F() local 1478 TF_Operation* add2 = Add(add1, feed3, func_graph_, s_, "add2"); in TEST_F() local
|
D | while_loop_test.cc | 168 TF_Operation* add2 = Add(add1, one, params_->body_graph, s_, "add2"); in TEST_F() local
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ |
D | convert_graph_test.cc | 186 auto add2 = ops::Add(s.WithOpName("add2"), incompatible, add1); in TEST_F() local
|
/external/rust/android-crates-io/crates/num-bigint/src/biguint/ |
D | addition.rs | 82 pub(super) fn add2(a: &mut [BigDigit], b: &[BigDigit]) { in add2() function
|
/external/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | simd_quat.inl | 128 __m128 add2 = _mm_dp_ps(mul2, _mm_set_ps(1.0f, 1.0f, -1.0f, 1.0f), 0xff); local 140 __m128 add2 = _mm_add_ps(mul2, _mm_movehl_ps(mul2, mul2)); local
|
/external/tensorflow/tensorflow/core/grappler/graph_analyzer/ |
D | test_tools.cc | 170 auto add2 = graph.add_node(); in TestGraphs() local
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | constant_folding_test.cc | 147 auto add2 = ops::Add(s.WithOpName("add2"), a, b); in TEST_F() local 154 auto add2 = ops::Add(s.WithOpName("add2"), a, b); in TEST_F() local 460 auto add2 = ops::Add(s, shape_n[1], shape_n[1]); in TEST_F() local
|
/external/armnn/src/armnn/test/optimizations/ |
D | AddBroadcastReshapeLayerTests.cpp | 355 auto add2 = graph.AddLayer<ElementwiseBinaryLayer>(BinaryOperation::Add, "add2"); variable
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | cpu_gpu_fusion_test.cc | 204 auto add2 = builder.AddInstruction(HloInstruction::CreateBinary( in XLA_TEST_F() local 316 auto add2 = builder.AddInstruction( in XLA_TEST_F() local 706 auto add2 = builder.AddInstruction(HloInstruction::CreateBinary( in XLA_TEST_F() local
|
D | value_inference_test.cc | 238 auto add2 = Add(p, c); in TEST_F() local 634 auto add2 = Add(gds1, gds0); in TEST_F() local 659 auto add2 = Add(gds1, gds0); in TEST_F() local
|
D | multioutput_fusion_test.cc | 83 HloInstruction* add2 = builder.AddInstruction(HloInstruction::CreateBinary( in RunTest2D() local
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/ |
D | cpu_fusion_test.cc | 251 auto add2 = builder.AddInstruction( in TEST_F() local
|
/external/sdv/vsomeip/third_party/boost/phoenix/test/bll_compatibility/ |
D | bind_tests_simple.cpp | 43 int add2(int a1, int a2) { return i + a1 + a2; } in add2() function in A
|
/external/grpc-grpc-java/netty/src/test/java/io/grpc/netty/ |
D | NettyServerTest.java | 543 SocketAddress add2 = new InetSocketAddress(2); in testBindPartialFailure() local
|
/external/cronet/tot/base/android/ |
D | binder_unittest.cc | 451 auto add2 = math.GetAdd(2); in TEST_F() local 529 auto add2 = math.GetAdd(2); in BINDER_TEST_CHILD_MAIN() local
|