Home
last modified time | relevance | path

Searched defs:add0 (Results 1 – 23 of 23) sorted by relevance

/external/tensorflow/tensorflow/compiler/jit/
Dcluster_scoping_pass_test.cc107 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
Ddeadness_analysis_test.cc413 Output add0 = ops::Add(root.WithOpName("add0"), m0.output, m1.output); in TEST() local
435 Output add0 = in TEST() local
460 Output add0 = in TEST() local
486 Output add0 = ops::Add(root.WithOpName("add0"), m0.output, sw_2.output_false); in TEST() local
573 Output add0 = ops::Add(root.WithOpName("add0"), iv0, iv1); in TEST() local
626 Output add0 = ops::Add(root.WithOpName("add0"), dependent_iv0, dependent_iv1); in TEST() local
732 Output add0 = ops::Add(root.WithOpName("add0"), dependent_inner_iv0, in TEST() local
817 Output add0 = ops::Add(root.WithOpName("add0"), inner_iv[0], inner_iv[1]); in TEST() local
894 Output add0 = ops::Add(root.WithOpName("add0"), div0_inner.induction_var, in TEST() local
Dmark_for_compilation_pass_test.cc1900 Node* add0 = ops::BinaryOp("Add", a, b, builder.opts().WithName("add0")); in TEST() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dfusion_node_indexing_evaluation_test.cc173 HloInstruction* add0 = fusion->mutable_operand(0); in TEST_F() local
204 HloInstruction* add0 = fusion->mutable_operand(0); in TEST_F() local
Dbfloat16_propagation_test.cc109 HloInstruction* add0 = builder.AddInstruction( in TEST_F() local
274 HloInstruction* add0 = builder.AddInstruction( in TEST_F() local
325 HloInstruction* add0 = builder.AddInstruction( in TEST_F() local
678 HloInstruction* add0 = builder.AddInstruction( in TEST_F() local
766 HloInstruction* add0 = builder.AddInstruction( in TEST_F() local
893 HloInstruction* add0 = builder.AddInstruction( in TEST_F() local
Dbfloat16_conversion_folding_test.cc95 HloInstruction* add0 = builder.AddInstruction( in TEST_F() local
Dreshape_mover_test.cc508 auto add0 = builder.AddInstruction(HloInstruction::CreateBinary( in TEST_F() local
Dbfloat16_normalization_test.cc106 HloInstruction* add0 = builder.AddInstruction( in TEST_F() local
Dcopy_insertion_test.cc376 auto add0 = builder.AddInstruction(HloInstruction::CreateBinary( in BuildDependentBodyComputation() local
419 auto add0 = builder.AddInstruction(HloInstruction::CreateBinary( in BuildDependentBodyComputation2() local
490 auto add0 = builder.AddInstruction(HloInstruction::CreateBinary( in BuildIndependentBodyComputation() local
539 auto add0 = builder.AddInstruction(HloInstruction::CreateBinary( in BuildNestedBodyComputation() local
Dmemory_space_assignment_test.cc718 HloInstruction* add0 = builder.AddInstruction( in TEST_P() local
2175 auto add0 = module->GetComputationWithName("true_computation") in TEST_P() local
2696 HloInstruction* add0 = in TEST_P() local
2771 HloInstruction* add0 = in TEST_P() local
2834 HloInstruction* add0 = in TEST_P() local
3301 HloInstruction* add0 = builder.AddInstruction( in TEST_P() local
Dhlo_evaluator_test.cc4836 HloInstruction* add0 = b.AddInstruction( in TEST_F() local
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_hlo_schedule_test.cc117 HloInstruction* add0 = builder.AddInstruction( in TEST_F() local
194 HloInstruction* add0 = builder.AddInstruction( in TEST_F() local
Dwhile_transformer_test.cc66 auto add0 = builder.AddInstruction(HloInstruction::CreateBinary( in BuildBodyComputation() local
/external/tensorflow/tensorflow/compiler/tf2tensorrt/segment/
Dsegment_test.cc147 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/
Dfunc_integer_simd.inl43 __m128i const add0 = _mm_add_epi32(and0, and1); local
/external/oboe/samples/RhythmGame/third_party/glm/gtx/
Dsimd_quat.inl126 __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/vpx_dsp/arm/
Dloopfilter_neon.c174 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()
Dhighbd_loopfilter_neon.c122 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/
Dcommon.h150 glm_vec4 const add0 = glm_vec4_add(x, or0); in glm_vec4_roundEven() local
/external/tensorflow/tensorflow/core/common_runtime/
Dconstant_folding_test.cc458 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
Dexecutor_test.cc345 auto add0 = test::graph::Add(g.get(), in0, in1); in TEST_F() local
/external/libvpx/vpx_dsp/mips/
Ddeblock_msa.c661 v4i32 add0, add1, add2, add3; in vpx_mbpost_proc_down_msa() local
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding_test.cc3604 auto add0 = ops::Add(scope.WithOpName("add0"), id_n[0], id_n[1]); in TEST_F() local