Home
last modified time | relevance | path

Searched refs:begins (Results 1 – 25 of 254) sorted by relevance

1234567891011

/external/tensorflow/tensorflow/lite/kernels/
Dslice.cc72 const TfLiteTensor* size, std::vector<int>* begins, in GetBeginAndSizeVectors() argument
75 begins->push_back(GetTensorData<T>(begin)[idx]); in GetBeginAndSizeVectors()
147 std::vector<int> begins; in Eval() local
148 begins.reserve(kMaxDim); in Eval()
153 GetBeginAndSizeVectors<int32_t>(NumDimensions(input), begin, size, &begins, in Eval()
156 GetBeginAndSizeVectors<int64_t>(NumDimensions(input), begin, size, &begins, in Eval()
165 begins.push_back(0); in Eval()
177 TF_LITE_ENSURE_EQ(context, begins.size(), 4); \ in Eval()
183 op_params.begin[i] = begins[3 - i]; \ in Eval()
/external/llvm/utils/abtest/
Dmark_armfns.py18 begins = dict() variable
37 begins[begin] = triple
50 triple = begins.get(linenum)
Dmark_aarch64fns.py20 begins = dict() variable
48 begins[begin] = triple
61 triple = begins.get(linenum)
/external/clang/test/ARCMT/
Datautorelease-check.m101 // 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/state_trackers/clover/util/
Drange.hpp256 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/iptables/extensions/
Dlibxt_physdev.man14 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/
Dauto-module-import.m87 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/
Datgroup_01.css8 + Any page whose URL begins with "http://www.w3.org/Style/"
Datgroup_02.css9 + Any page whose URL begins with "http://www.w3.org/Style/"
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_Range.pbtxt29 This operation creates a sequence of numbers that begins at `start` and
/external/icu/icu4c/source/data/brkitr/rules/
Dtitle.txt16 # If the iterator begins on a CaseIgnorable, advance it past it/them.
Dword.txt109 # begins with a group of Format chars, or with a "word" consisting of a single
177 # No other rule begins with a Regional_Indicator, so chaining cannot extend the match.
Dword_POSIX.txt109 # begins with a group of Format chars, or with a "word" consisting of a single
177 # No other rule begins with a Regional_Indicator, so chaining cannot extend the match.
/external/autotest/client/site_tests/hardware_UsbMount/
Dcontrol25 This test requires a USB drive inserted before the test begins.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Other/
DResponseFile.ll11 ; When the response file begins with UTF8 BOM sequence, we shall remove them.
/external/llvm/test/Other/
DResponseFile.ll11 ; When the response file begins with UTF8 BOM sequence, we shall remove them.
/external/autotest/client/site_tests/hardware_UsbBasicFileOperations/
Dcontrol18 This test requires a USB drive inserted before the test begins.
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/
Dlarge_stack_offs.ll63 ; Now skip ahead to where the call in br_1 begins, to check how %t2 is used.
118 ; Now skip ahead to where the call in br_1 begins, to check how %t2 is used.
/external/skia/platform_tools/android/apps/arcore/src/main/cpp/
Dhello_ar_application.h128 std::vector<glm::vec3> begins; variable
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AsmParser/
Daltmacro_string.s9 # If an argument begins with '<' and ends with '>'.
/external/skqp/platform_tools/android/apps/arcore/src/main/cpp/
Dhello_ar_application.h128 std::vector<glm::vec3> begins; variable
/external/tensorflow/tensorflow/
Dversion_check.bzl7 bazel_version: the version string that begins with the semantic version
/external/autotest/server/site_tests/autoupdate_P2P/
Dcontrol.local18 lab to schedule and provision two DUTs before the test begins. We will need
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dpatchpoint-invoke.ll13 ; Unfortunately, hardcode the name of the label that begins the patchpoint:
/external/icu/tools/icu4c_srcgen/jinja_templates/
Dshim.cpp.j219 beginning of a Jinja2 templated section, and {# begins a comment.

1234567891011