/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/ |
D | slice_builder.cc | 27 const TfLiteTensor* size, std::vector<int>* begins, in GetBeginAndSizeVectors() argument 30 begins->push_back(GetTensorData<T>(begin)[i]); in GetBeginAndSizeVectors() 46 std::vector<int> begins, sizes; in PopulateSubGraph() local 49 &size_tensor, &begins, &sizes); in PopulateSubGraph() 52 &size_tensor, &begins, &sizes); in PopulateSubGraph() 56 const int begins_shape[] = {1, 1, 1, static_cast<int>(begins.size())}; in PopulateSubGraph() 58 begins_shape, reinterpret_cast<char*>(begins.data()), in PopulateSubGraph() 59 sizeof(int) * begins.size()); in PopulateSubGraph() 62 sizeof(int) * begins.size()); in PopulateSubGraph()
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | slice.cc | 79 const TfLiteTensor* size, std::vector<int>* begins, in GetBeginAndSizeVectors() argument 82 begins->push_back(GetTensorData<T>(begin)[idx]); in GetBeginAndSizeVectors() 165 std::vector<int> begins; in Eval() local 166 begins.reserve(kMaxDim); in Eval() 171 begins.push_back(0); in Eval() 176 GetBeginAndSizeVectors<int32_t>(NumDimensions(input), begin, size, &begins, in Eval() 179 GetBeginAndSizeVectors<int64_t>(NumDimensions(input), begin, size, &begins, in Eval() 195 TF_LITE_ENSURE_EQ(context, begins.size(), kMaxDim); \ in Eval() 201 op_params.begin[i] = begins[i]; \ in Eval()
|
/external/llvm/utils/abtest/ |
D | mark_armfns.py | 18 begins = dict() variable 37 begins[begin] = triple 50 triple = begins.get(linenum)
|
D | mark_aarch64fns.py | 20 begins = dict() variable 48 begins[begin] = triple 61 triple = begins.get(linenum)
|
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | cert-err58-cpp.rst | 10 `ERR58-CPP. Handle all exceptions thrown before main() begins executing 11 …ce/display/cplusplus/ERR58-CPP.+Handle+all+exceptions+thrown+before+main%28%29+begins+executing>`_.
|
D | llvm-prefer-register-over-unsigned.rst | 10 initializer begins with an implicit cast from ``Register`` to ``unsigned``.
|
D | readability-misleading-indentation.rst | 12 to the ``if`` that begins in the same column.
|
/external/llvm-project/clang/test/Modules/ |
D | redundant-include.mm | 6 void includeNotAtTopLevel() { // expected-note {{function 'includeNotAtTopLevel' begins here}} 10 namespace NS { // expected-note {{begins here}}
|
D | auto-module-import.m | 87 void includeNotAtTopLevel() { // expected-note {{function 'includeNotAtTopLevel' begins here}} 93 namespace NS { // expected-note {{begins here}} 97 extern "C" { // expected-note {{begins here}}
|
/external/llvm-project/clang/test/ARCMT/ |
D | atautorelease-check.m | 101 // expected-note {{scope begins here}} 114 // expected-note {{scope begins here}} 126 // expected-note {{scope begins here}} 137 // expected-note {{scope begins here}}
|
/external/clang/test/ARCMT/ |
D | atautorelease-check.m | 101 // expected-note {{scope begins here}} 114 // expected-note {{scope begins here}} 126 // expected-note {{scope begins here}} 137 // expected-note {{scope begins here}}
|
/external/mesa3d/src/gallium/frontends/clover/util/ |
D | range.hpp | 256 return { f, tuple::map(begins(), os) }; in begin() 262 tuple::map(begins(), os)) }; in end() 267 return { f, tuple::map(begins(), os) }; in begin() 273 tuple::map(begins(), os)) }; in end()
|
/external/llvm-project/clang/test/SemaCXX/ |
D | modules-ts.cppm | 52 export { // expected-note {{begins here}} 55 export { // expected-note {{begins here}} 81 export { // expected-note {{export block begins here}}
|
/external/iptables/extensions/ |
D | libxt_physdev.man | 14 interface which begins with this name will match. If the packet didn't arrive 24 interface which begins with this name will match.
|
/external/clang/test/Modules/ |
D | auto-module-import.m | 87 void includeNotAtTopLevel() { // expected-note {{function 'includeNotAtTopLevel' begins here}} 93 namespace NS { // expected-note {{begins here}} 97 extern "C" { // expected-note {{begins here}}
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/tests/main/ |
D | atgroup_01.css | 8 + Any page whose URL begins with "http://www.w3.org/Style/"
|
D | atgroup_02.css | 9 + Any page whose URL begins with "http://www.w3.org/Style/"
|
/external/oss-fuzz/projects/dlplibs/ |
D | icu4c-ubsan.patch | 17 - char fTableData[4]; /* First RBBIStateTableRow begins here. */ 18 + char fTableData[1]; /* First RBBIStateTableRow begins here. */
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_Range.pbtxt | 29 This operation creates a sequence of numbers that begins at `start` and
|
/external/icu/icu4c/source/data/brkitr/rules/ |
D | title.txt | 16 # If the iterator begins on a CaseIgnorable, advance it past it/them.
|
/external/llvm-project/polly/test/ScopInfo/ |
D | user_provided_non_dominating_assumptions.ll | 4 ; CHECK: remark: <unknown>:0:0: SCoP begins here. 29 ; YAML: - String: SCoP begins here.
|
/external/autotest/client/site_tests/hardware_UsbMount/ |
D | control | 25 This test requires a USB drive inserted before the test begins.
|
/external/llvm-project/llvm/test/Other/ |
D | ResponseFile.ll | 11 ; When the response file begins with UTF8 BOM sequence, we shall remove them.
|
/external/llvm/test/Other/ |
D | ResponseFile.ll | 11 ; When the response file begins with UTF8 BOM sequence, we shall remove them.
|
/external/arm-trusted-firmware/docs/plat/arm/morello/ |
D | index.rst | 15 The execution begins from SCP_BL1 which loads the SCP_BL2 and starts its
|