/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 | 413 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
|
D | mark_for_compilation_pass_test.cc | 1765 Node* add0 = ops::BinaryOp("Add", a, b, builder.opts().WithName("add0")); in TEST() local
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/segment/ |
D | segment_test.cc | 125 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/ |
D | fusion_node_indexing_evaluation_test.cc | 179 HloInstruction* add0 = fusion->mutable_operand(0); in TEST_F() local 212 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 | 493 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/ |
D | while_transformer_test.cc | 66 auto add0 = builder.AddInstruction(HloInstruction::CreateBinary( in BuildBodyComputation() 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/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 | 334 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/v8/src/compiler/backend/s390/ |
D | code-generator-s390.cc | 3196 #define FLOAT_ADD_HORIZ(src0, src1, scratch0, scratch1, add0, add1) \ in AssembleArchInstruction() argument
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | constant_folding_test.cc | 3582 auto add0 = ops::Add(scope.WithOpName("add0"), id_n[0], id_n[1]); in TEST_F() local
|