Home
last modified time | relevance | path

Searched defs:add0 (Results 1 – 21 of 21) 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.cc412 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
Dmark_for_compilation_pass_test.cc1769 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.cc174 HloInstruction* add0 = fusion->mutable_operand(0); in TEST_F() local
205 HloInstruction* add0 = fusion->mutable_operand(0); in TEST_F() local
Dbfloat16_propagation_test.cc108 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
Dbfloat16_conversion_folding_test.cc95 HloInstruction* add0 = builder.AddInstruction( in TEST_F() local
Dcopy_insertion_test.cc447 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
Dreshape_mover_test.cc507 auto add0 = builder.AddInstruction(HloInstruction::CreateBinary( in TEST_F() local
Dbfloat16_normalization_test.cc106 HloInstruction* add0 = builder.AddInstruction( in TEST_F() local
Dmemory_space_assignment_test.cc683 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/
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/tensorflow/tensorflow/compiler/xla/service/gpu/
Dwhile_transformer_test.cc66 auto add0 = builder.AddInstruction(HloInstruction::CreateBinary( in BuildBodyComputation() local
/external/libvpx/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.cc339 auto add0 = test::graph::Add(g.get(), in0, in1); in TEST_F() local
/external/libvpx/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.cc3599 auto add0 = ops::Add(scope.WithOpName("add0"), id_n[0], id_n[1]); in TEST_F() local