/external/llvm-project/clang/test/OpenMP/ |
D | declare_simd_codegen.cpp | 13 void add_1(float *d); 18 void add_1(float *d); 23 void add_1(float *d) {} in add_1() function 25 void add_1(float *d);
|
D | declare_simd_ast_print.c | 17 void add_1(float *d, int s1, float *s2, double b[]) __attribute__((cold));
|
D | declare_simd_ast_print.cpp | 16 void add_1(float *d) __attribute__((cold));
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/ |
D | graph-input-func-arg-name-collision.pbtxt | 196 name: "add_1/y" 217 name: "add_1" 220 input: "add_1/y:output:0" 230 value: "add_1:z:0"
|
/external/tensorflow/tensorflow/core/grappler/costs/graph_properties_testdata/ |
D | function_error.pbtxt | 74 name: "add_1" 103 key: "add_1"
|
D | loops_and_resource_vars.pbtxt | 627 name: "while/while/add_1" 652 input: "while/while/add_1" 683 name: "while/add_1/y" 705 name: "while/add_1" 708 input: "while/add_1/y" 719 input: "while/add_1"
|
D | while_loop_var_handle_op.pbtxt | 246 name: "while/add_1" 267 input: "while/add_1"
|
/external/tensorflow/tensorflow/cc/saved_model/testdata/VarsAndArithmeticObjectGraph/debug/ |
D | saved_model_debug_info.pb | 373 4add_1/ReadVariableOp/resource@__inference_compute_34C 384 +add_1/ReadVariableOp@__inference_compute_34C 395 add_1@__inference_compute_34E
|
/external/tensorflow/tensorflow/core/grappler/optimizers/data/ |
D | function_utils_test.cc | 520 name: "add_1/y" 538 name: "add_1" 541 input: "add_1/y:output:0" 550 input: "add_1:z:0"
|
/external/clang/test/OpenMP/ |
D | declare_simd_ast_print.c | 13 void add_1(float *d, int s1, float *s2, double b[]) __attribute__((cold));
|
D | declare_simd_ast_print.cpp | 12 void add_1(float *d) __attribute__((cold));
|
D | declare_simd_codegen.cpp | 12 void add_1(float *d) {} in add_1() function
|
/external/tensorflow/tensorflow/core/grappler/utils/ |
D | grappler_test_test.cc | 54 auto add_1 = ops::Add(s.WithOpName("Add_1"), a, b); in TEST_F() local 55 auto add_2 = ops::Add(s.WithOpName("Add_2"), add_1, b); in TEST_F()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_rematerialization_test.cc | 284 auto add_1 = builder.AddInstruction(HloInstruction::CreateBinary( in TEST_F() local 291 vec1024_shape_, HloOpcode::kAdd, tanh, add_1)))); in TEST_F() 366 auto add_1 = builder.AddInstruction(HloInstruction::CreateBinary( in TEST_F() local 369 HloInstruction::CreateCall(vec1024_shape_, {add_1}, subcomputation)); in TEST_F() 523 auto add_1 = builder.AddInstruction(HloInstruction::CreateBinary( in TEST_P() local 526 HloInstruction::CreateCall(vec1024_shape_, {add_1}, subcomputation)); in TEST_P()
|
D | hlo_ordering_test.cc | 388 HloInstruction* add_1 = FindInstruction(module.get(), "add.1"); in TEST_F() local 392 EXPECT_TRUE(ordering.IsDefinedBefore(dataflow->GetValueDefinedAt(add_1), in TEST_F() 398 ordering.IsDefinedBefore(dataflow->GetValueDefinedAt(add_1), in TEST_F() 400 EXPECT_TRUE(ordering.IsDefinedBefore(dataflow->GetValueDefinedAt(add_1), in TEST_F()
|
D | while_loop_invariant_code_motion_test.cc | 525 auto add_1 = op::Add(get_tuple_element_4, get_tuple_element_7); in TEST_F() local 526 auto tuple_3 = op::Tuple(add_1); in TEST_F()
|
D | conditional_code_motion_test.cc | 1197 …1,0} %multiply.4890, bf16[64,1024]{1,0} %multiply.4891), metadata={op_type="AddV2" op_name="add_1"} in TEST_F()
|
D | dynamic_dimension_inference_test.cc | 81 auto add_1 = embedded_builder.AddInstruction(HloInstruction::CreateBinary( in GetAddTuple() local 83 embedded_builder.AddInstruction(HloInstruction::CreateTuple({add, add_1})); in GetAddTuple()
|
/external/llvm-project/llvm/test/Analysis/CostModel/ARM/ |
D | immediates.ll | 11 ; CHECK-T1-SIZE-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %add_1 = add i32 u… 33 ; CHECK-T2-SIZE-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %add_1 = add i32 u… 55 ; CHECK-T1-LATENCY-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %add_1 = add i3… 77 ; CHECK-T2-LATENCY-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %add_1 = add i3… 99 ; CHECK-T1-THROUGHPUT-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %add_1 = add… 121 ; CHECK-T2-THROUGHPUT-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %add_1 = add… 142 %add_1 = add i32 undef, 1
|
/external/llvm-project/polly/test/ScopInfo/ |
D | ranged_parameter_wrap_2.ll | 92 %add_1 = add i32 %i.0, %tmp_1 93 %idxprom_1 = sext i32 %add_1 to i64
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | lstm_layer_inference.pbtxt | 3112 name: "lstm_0/add_1" 3376 input: "lstm_0/add_1" 3707 input: "lstm_0/add_1" 3766 name: "lstm_1/add_1" 4030 input: "lstm_1/add_1" 4361 input: "lstm_1/add_1" 4420 name: "lstm_2/add_1" 4684 input: "lstm_2/add_1" 5015 input: "lstm_2/add_1" 5074 name: "lstm_3/add_1" [all …]
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/segment/ |
D | segment_test.cc | 384 auto add_1 = ops::Add(s.WithOpName("add-1"), add_0, feed_0); in TEST_F() local 417 auto add_1 = ops::Add(s.WithOpName("add-1"), reshape, const_val); in TEST_F() local
|
/external/llvm-project/llvm/test/Transforms/InstSimplify/ConstProp/ |
D | vecreduce.ll | 32 define i32 @add_1() { 33 ; CHECK-LABEL: @add_1(
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | APInt.cpp | 184 static bool add_1(uint64_t dest[], uint64_t x[], unsigned len, uint64_t y) { in add_1() function 202 add_1(pVal, pVal, getNumWords(), 1); in operator ++() 267 add_1(pVal, pVal, getNumWords(), RHS); in operator +=()
|
/external/llvm/lib/Support/ |
D | APInt.cpp | 184 static bool add_1(uint64_t dest[], uint64_t x[], unsigned len, uint64_t y) { in add_1() function 202 add_1(pVal, pVal, getNumWords(), 1); in operator ++() 487 add_1(Result.pVal, Result.pVal, getNumWords(), RHS); in operator +()
|