Home
last modified time | relevance | path

Searched defs:add0 (Results 1 – 19 of 19) 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.cc1765 Node* add0 = ops::BinaryOp("Add", a, b, builder.opts().WithName("add0")); in TEST() local
/external/tensorflow/tensorflow/compiler/tf2tensorrt/segment/
Dsegment_test.cc125 auto add0 = ops::Add(s.WithOpName("add0"), feed, feed); in TEST_F() local
172 auto add0 = ops::Add(s.WithOpName("add0"), feed, feed); in TEST_F() local
199 auto add0 = ops::Add(s.WithOpName("add0"), feed, feed); in TEST_F() local
247 auto add0 = ops::Add(s.WithOpName("add0"), feed, feed); in TEST_F() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dfusion_node_indexing_evaluation_test.cc179 HloInstruction* add0 = fusion->mutable_operand(0); in TEST_F() local
212 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.cc493 HloInstruction* add0 = builder.AddInstruction( in TEST_P() local
1613 HloInstruction* add0 = in TEST_P() local
1688 HloInstruction* add0 = in TEST_P() local
1750 HloInstruction* add0 = in TEST_P() local
2223 HloInstruction* add0 = builder.AddInstruction( in TEST_P() 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/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.cc334 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/v8/src/compiler/backend/s390/
Dcode-generator-s390.cc3196 #define FLOAT_ADD_HORIZ(src0, src1, scratch0, scratch1, add0, add1) \ in AssembleArchInstruction() argument
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding_test.cc3582 auto add0 = ops::Add(scope.WithOpName("add0"), id_n[0], id_n[1]); in TEST_F() local