Home
last modified time | relevance | path

Searched refs:add_1 (Results 1 – 25 of 26) sorted by relevance

12

/external/llvm-project/clang/test/OpenMP/
Ddeclare_simd_codegen.cpp13 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);
Ddeclare_simd_ast_print.c17 void add_1(float *d, int s1, float *s2, double b[]) __attribute__((cold));
Ddeclare_simd_ast_print.cpp16 void add_1(float *d) __attribute__((cold));
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/
Dgraph-input-func-arg-name-collision.pbtxt196 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/
Dfunction_error.pbtxt74 name: "add_1"
103 key: "add_1"
Dloops_and_resource_vars.pbtxt627 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"
Dwhile_loop_var_handle_op.pbtxt246 name: "while/add_1"
267 input: "while/add_1"
/external/tensorflow/tensorflow/cc/saved_model/testdata/VarsAndArithmeticObjectGraph/debug/
Dsaved_model_debug_info.pb373 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/
Dfunction_utils_test.cc520 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/
Ddeclare_simd_ast_print.c13 void add_1(float *d, int s1, float *s2, double b[]) __attribute__((cold));
Ddeclare_simd_ast_print.cpp12 void add_1(float *d) __attribute__((cold));
Ddeclare_simd_codegen.cpp12 void add_1(float *d) {} in add_1() function
/external/tensorflow/tensorflow/core/grappler/utils/
Dgrappler_test_test.cc54 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/
Dhlo_rematerialization_test.cc284 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()
Dhlo_ordering_test.cc388 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()
Dwhile_loop_invariant_code_motion_test.cc525 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()
Dconditional_code_motion_test.cc1197 …1,0} %multiply.4890, bf16[64,1024]{1,0} %multiply.4891), metadata={op_type="AddV2" op_name="add_1"} in TEST_F()
Ddynamic_dimension_inference_test.cc81 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/
Dimmediates.ll11 ; 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/
Dranged_parameter_wrap_2.ll92 %add_1 = add i32 %i.0, %tmp_1
93 %idxprom_1 = sext i32 %add_1 to i64
/external/tensorflow/tensorflow/compiler/tests/
Dlstm_layer_inference.pbtxt3112 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/
Dsegment_test.cc384 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/
Dvecreduce.ll32 define i32 @add_1() {
33 ; CHECK-LABEL: @add_1(
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp184 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/
DAPInt.cpp184 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 +()

12