Home
last modified time | relevance | path

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

/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/compiler/xla/service/
Dhlo_rematerialization_test.cc362 auto add_1 = builder.AddInstruction(HloInstruction::CreateBinary( in TEST_F() local
369 vec1024_shape_, HloOpcode::kAdd, tanh, add_1)))); in TEST_F()
444 auto add_1 = builder.AddInstruction(HloInstruction::CreateBinary( in TEST_F() local
447 HloInstruction::CreateCall(vec1024_shape_, {add_1}, subcomputation)); in TEST_F()
603 auto add_1 = builder.AddInstruction(HloInstruction::CreateBinary( in TEST_P() local
606 HloInstruction::CreateCall(vec1024_shape_, {add_1}, subcomputation)); in TEST_P()
Dhlo_ordering_test.cc382 HloInstruction* add_1 = FindInstruction(module.get(), "add.1"); in TEST_F() local
386 EXPECT_TRUE(ordering.IsDefinedBefore(dataflow->GetValueDefinedAt(add_1), in TEST_F()
392 ordering.IsDefinedBefore(dataflow->GetValueDefinedAt(add_1), in TEST_F()
394 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()
/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/core/grappler/optimizers/data/
Dfunction_utils_test.cc508 name: "add_1/y"
526 name: "add_1"
529 input: "add_1/y:output:0"
538 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/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/c/
Dc_api_experimental.cc4193 name: "cond/add_1/y" in CreateImagenetDatasetFunctions()
4215 name: "cond/add_1" in CreateImagenetDatasetFunctions()
4218 input: "cond/add_1/y:output:0" in CreateImagenetDatasetFunctions()
4251 input: "cond/add_1:z:0" in CreateImagenetDatasetFunctions()
/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 +()
/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/swiftshader/third_party/LLVM/lib/Support/
DAPInt.cpp181 static bool add_1(uint64_t dest[], uint64_t x[], unsigned len, uint64_t y) { in add_1() function
199 add_1(pVal, pVal, getNumWords(), 1); in operator ++()
/external/vixl/test/aarch64/
Dtest-cpu-features-aarch64.cc178 TEST_NONE(add_1, add(x0, x1, Operand(x2, UXTX, 4)))
758 TEST_NEON(add_1, add(v0.V16B(), v1.V16B(), v2.V16B()))