/external/tensorflow/tensorflow/compiler/jit/ |
D | cluster_scoping_pass_test.cc | 107 Node* add0 = ops::BinaryOp("Add", a, b, builder.opts().WithName("add0")); in TEST() local 153 Node* add0 = ops::BinaryOp("Add", a, b, in TEST() local
|
D | deadness_analysis_test.cc | 412 Output add0 = ops::Add(root.WithOpName("add0"), m0.output, m1.output); in TEST() local 434 Output add0 = in TEST() local 459 Output add0 = in TEST() local 485 Output add0 = ops::Add(root.WithOpName("add0"), m0.output, sw_2.output_false); in TEST() local 572 Output add0 = ops::Add(root.WithOpName("add0"), iv0, iv1); in TEST() local 625 Output add0 = ops::Add(root.WithOpName("add0"), dependent_iv0, dependent_iv1); in TEST() local 731 Output add0 = ops::Add(root.WithOpName("add0"), dependent_inner_iv0, in TEST() local 816 Output add0 = ops::Add(root.WithOpName("add0"), inner_iv[0], inner_iv[1]); in TEST() local 893 Output add0 = ops::Add(root.WithOpName("add0"), div0_inner.induction_var, in TEST() local
|
D | mark_for_compilation_pass_test.cc | 1769 Node* add0 = ops::BinaryOp("Add", a, b, builder.opts().WithName("add0")); in TEST() local
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | fusion_node_indexing_evaluation_test.cc | 174 HloInstruction* add0 = fusion->mutable_operand(0); in TEST_F() local 205 HloInstruction* add0 = fusion->mutable_operand(0); in TEST_F() local
|
D | bfloat16_propagation_test.cc | 108 HloInstruction* add0 = builder.AddInstruction( in TEST_F() local 273 HloInstruction* add0 = builder.AddInstruction( in TEST_F() local 324 HloInstruction* add0 = builder.AddInstruction( in TEST_F() local 556 HloInstruction* add0 = builder.AddInstruction( in TEST_F() local 721 HloInstruction* add0 = builder.AddInstruction( in TEST_F() local 809 HloInstruction* add0 = builder.AddInstruction( in TEST_F() local 936 HloInstruction* add0 = builder.AddInstruction( in TEST_F() local
|
D | bfloat16_conversion_folding_test.cc | 95 HloInstruction* add0 = builder.AddInstruction( in TEST_F() local
|
D | copy_insertion_test.cc | 447 auto add0 = builder.AddInstruction(HloInstruction::CreateBinary( in BuildDependentBodyComputation() local 490 auto add0 = builder.AddInstruction(HloInstruction::CreateBinary( in BuildDependentBodyComputation2() local 561 auto add0 = builder.AddInstruction(HloInstruction::CreateBinary( in BuildIndependentBodyComputation() local 610 auto add0 = builder.AddInstruction(HloInstruction::CreateBinary( in BuildNestedBodyComputation() local
|
D | reshape_mover_test.cc | 507 auto add0 = builder.AddInstruction(HloInstruction::CreateBinary( in TEST_F() local
|
D | bfloat16_normalization_test.cc | 106 HloInstruction* add0 = builder.AddInstruction( in TEST_F() local
|
D | memory_space_assignment_test.cc | 683 HloInstruction* add0 = builder.AddInstruction( in TEST_P() local 2147 auto add0 = module->GetComputationWithName("true_computation") in TEST_P() local 2735 HloInstruction* add0 = in TEST_P() local 2810 HloInstruction* add0 = in TEST_P() local 2873 HloInstruction* add0 = in TEST_P() local 3340 HloInstruction* add0 = builder.AddInstruction( in TEST_P() local
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/segment/ |
D | segment_test.cc | 147 auto add0 = ops::Add(s.WithOpName("add0"), feed, feed); in TEST_F() local 195 auto add0 = ops::Add(s.WithOpName("add0"), feed, feed); in TEST_F() local 258 auto add0 = ops::Add(s.WithOpName("add0"), feed, feed); in TEST_F() local 286 auto add0 = ops::Add(s.WithOpName("add0"), feed, feed); in TEST_F() local 335 auto add0 = ops::Add(s.WithOpName("add0"), feed, feed); in TEST_F() local
|
/external/oboe/samples/RhythmGame/third_party/glm/detail/ |
D | func_integer_simd.inl | 43 __m128i const add0 = _mm_add_epi32(and0, and1); local
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | while_transformer_test.cc | 66 auto add0 = builder.AddInstruction(HloInstruction::CreateBinary( in BuildBodyComputation() local
|
/external/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | simd_quat.inl | 126 __m128 add0 = _mm_dp_ps(mul0, _mm_set_ps(1.0f, -1.0f, 1.0f, 1.0f), 0xff); local 132 __m128 add0 = _mm_add_ps(mul0, _mm_movehl_ps(mul0, mul0)); local
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | loopfilter_neon.c | 174 const uint8x8_t add0, const uint8x8_t add1, in filter_update_8() 184 const uint8x16_t add0, in filter_update_16() 199 const uint8x8_t add0, in calc_7_tap_filter_8_kernel() 207 const uint8x16_t sub0, const uint8x16_t sub1, const uint8x16_t add0, in calc_7_tap_filter_16_kernel() 215 const uint8x8_t add0, const uint8x8_t add1, const uint8x8_t in, in apply_15_tap_filter_8_kernel() 223 const uint8x16_t add0, const uint8x16_t add1, const uint8x16_t in, in apply_15_tap_filter_16_kernel()
|
D | highbd_loopfilter_neon.c | 122 const uint16x8_t add0, const uint16x8_t add1, in filter_update() 132 const uint16x8_t add0, in calc_7_tap_filter_kernel() 141 const uint16x8_t add0, const uint16x8_t add1, const uint16x8_t in, in apply_15_tap_filter_kernel()
|
/external/oboe/samples/RhythmGame/third_party/glm/simd/ |
D | common.h | 150 glm_vec4 const add0 = glm_vec4_add(x, or0); in glm_vec4_roundEven() local
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | constant_folding_test.cc | 458 auto add0 = ops::Add(s.WithControlDependencies(c), rank, size); in TEST_F() local 600 auto add0 = ops::Add(s, rank, rank); in TEST_F() local
|
D | executor_test.cc | 339 auto add0 = test::graph::Add(g.get(), in0, in1); in TEST_F() local
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | deblock_msa.c | 661 v4i32 add0, add1, add2, add3; in vpx_mbpost_proc_down_msa() local
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | constant_folding_test.cc | 3599 auto add0 = ops::Add(scope.WithOpName("add0"), id_n[0], id_n[1]); in TEST_F() local
|