/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/compiler/xla/service/ |
D | hlo_rematerialization_test.cc | 362 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()
|
D | hlo_ordering_test.cc | 382 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()
|
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()
|
/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/core/grappler/optimizers/data/ |
D | function_utils_test.cc | 508 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/ |
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/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/c/ |
D | c_api_experimental.cc | 4193 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/ |
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 +()
|
/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/swiftshader/third_party/LLVM/lib/Support/ |
D | APInt.cpp | 181 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/ |
D | test-cpu-features-aarch64.cc | 178 TEST_NONE(add_1, add(x0, x1, Operand(x2, UXTX, 4))) 758 TEST_NEON(add_1, add(v0.V16B(), v1.V16B(), v2.V16B()))
|