Home
last modified time | relevance | path

Searched +full:natural +full:- +full:compare +full:- +full:lite (Results 1 – 20 of 20) sorted by relevance

/external/chromium-trace/catapult/third_party/polymer/components/polymer/
Dbuild.log2 ---------
3 Build Time: 2018-02-12T15:48:46-0800
8 dom-serializer: 0.1.0
10 expand-tilde: 1.2.2
11 is-windows: 0.2.0
14 path-is-inside: 1.0.2
18 @types/express-serve-static-core: 4.0.53
25 @types/serve-static: 1.7.32
26 accessibility-developer-tools: 2.12.0
30 acorn-jsx: 3.0.1
[all …]
/external/pigweed/pw_ide/ts/pigweed-vscode/
Dpackage-lock.json2 "name": "pigweed-vscode",
8 "name": "pigweed-vscode",
10 "license": "Apache-2.0",
21 "@typescript-eslint/eslint-plugin": "^5.59.8",
22 "@typescript-eslint/parser": "^5.59.8",
23 "@vscode/test-electron": "^2.3.2",
26 "node-polyfill-webpack-plugin": "^2.0.1",
27 "ts-jest": "^29.1.1",
28 "ts-loader": "^9.4.4",
31 "webpack-cli": "^5.1.4"
[all …]
/external/timezone-boundary-builder/
Dpackage-lock.json2 "name": "timezone-boundary-builder",
7 "@babel/code-frame": {
9 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.4.tgz",
10 …"integrity": "sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3O…
16 "@babel/helper-validator-identifier": {
18 …solved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identif…
19 …"integrity": "sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhq…
24 "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.10.4.tgz",
25 …"integrity": "sha512-i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l…
28 "@babel/helper-validator-identifier": "^7.10.4",
[all …]
/external/tensorflow/tensorflow/compiler/mlir/lite/ir/
Dtfl_ops.td7 http://www.apache.org/licenses/LICENSE-2.0
17 // This is the operation definition file for TensorFlow Lite.
29 include "tensorflow/compiler/mlir/lite/ir/tfl_op_interfaces.td"
30 include "tensorflow/compiler/mlir/lite/ir/tfl_op_enums.td"
31 include "tensorflow/compiler/mlir/lite/quantization/quantization.td"
34 //===----------------------------------------------------------------------===//
35 // TFLite dialect string type - uses the TF string type as implementation
36 //===----------------------------------------------------------------------===//
41 //===----------------------------------------------------------------------===//
42 // TFLite dialect quint8 type - uses the TF quint8 type as implementation
[all …]
/external/perfetto/ui/
Dpnpm-lock.yaml23 '@codemirror/theme-one-dark':
38 '@types/color-convert':
59 '@types/w3c-web-usb':
68 color-convert:
74 devtools-protocol:
89 jsbn-rsa:
95 noice-json-rpc:
104 protobufjs-cli:
119 vega-lite:
124 '@rollup/plugin-commonjs':
[all …]
/external/pigweed/pw_web/log-viewer/
Dpackage-lock.json2 "name": "log-viewer",
8 "name": "log-viewer",
11 "@lit-labs/virtualizer": "^2.0.7",
12 "@material/web": "^1.0.0-pre.16",
13 "@shoelace-style/shoelace": "^2.15.0",
15 "prettier-plugin-jsdoc": "^0.4.2"
18 "@open-wc/testing": "^3.0.0-next.5",
19 "@remcovaes/web-test-runner-vite-plugin": "^1.2.1",
21 "@typescript-eslint/eslint-plugin": "^5.59.7",
22 "@web/test-runner": "^0.18.0",
[all …]
/external/pigweed/pw_web/webconsole/
Dpackage-lock.json12 "@codemirror/lang-javascript": "^6.0.2",
14 "@codemirror/theme-one-dark": "^6.0.0",
20 "object-path": "^0.11.8",
23 "react-dom": "18.2.0",
24 "react-virtualized": "^9.22.3",
25 "react-virtualized-auto-sizer": "^1.0.6",
26 "react-window": "^1.8.7",
28 "xterm-addon-fit": "^0.5.0"
33 "@types/react-dom": "18.0.6",
34 "@types/react-virtualized": "^9.21.21",
[all …]
/external/pigweed/
Dpackage-lock.json10 "license": "Apache-2.0",
12 "@protobuf-ts/protoc": "^2.7.0",
14 "google-protobuf": "^3.17.3",
17 "rollup-plugin-postcss": "^4.0.2",
18 "ts-protoc-gen": "^0.15.0"
24 "@grpc/grpc-js": "^1.3.7",
25 "@material-ui/core": "^4.12.1",
26 "@material-ui/lab": "^4.0.0-alpha.60",
27 "@rollup/plugin-commonjs": "^19.0.0",
28 "@rollup/plugin-node-resolve": "^13.3.0",
[all …]
/external/tensorflow/
DRELEASE.md19 * `tf.lite`:
53 * `tf.lite`:
78 …xperimental/SharpnessAwareMinimization). This class implements the sharpness-aware minimization te…
82 …* Added support for cross-trainer data caching in tf.data service. This saves computation resour…
91 …mptionCheckpointHandler) to handle worker preemption/maintenance and cluster-wise consistent error…
95 … to 100 times depending on the size of k. When running on CPU and GPU, a non-optimized XLA kernel …
117 …inistically (and `tf.errors.UnimplementedError` is no longer thrown) when op-determinism has been …
141-Review-Doctor, DEKHTIARJonathan, Deven Desai, Djacon, Duncan Riach, fedotoff, fo40225, Frederic B…
163 …ers should switch to [TensorFlow Decision Forests](https://github.com/tensorflow/decision-forests).
166 …eels now specifically conform to [manylinux2014](https://peps.python.org/pep-0599/), an upgrade fr…
[all …]
/external/chromium-trace/catapult/third_party/polymer/components/shadycss/
Dpackage-lock.json7 "@babel/code-frame": {
9 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.0.0.tgz",
10 …"integrity": "sha512-OfC2uemaknXr87bdLUkWog7nYuliM9Ij5HUcajsVcMCpQrcLmtxRbVFTIqmcSkSeYRBFBRxs2FiUq…
18 "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.1.2.tgz",
19 …"integrity": "sha512-IFeSSnjXdhDaoysIlev//UzHZbdEmm7D0EIH2qtse9xK7mXEZQpYjs2P00XlP1qYsYvid79p+Zgg6…
22 "@babel/code-frame": "^7.0.0",
29 "convert-source-map": "^1.1.0",
35 "source-map": "^0.5.0"
40 "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.1.3.tgz",
41 …"integrity": "sha512-ZoCZGcfIJFJuZBqxcY9OjC1KW2lWK64qrX1o4UYL3yshVhwKFYgzpWZ0vvtGMNJdTlvkw0W+HR1Vn…
[all …]
/external/flac/
DCHANGELOG.md5 ## FLAC 1.4.3 (23-Jun-2023)
10 …* All PowerPC-specific code has been removed, as it turned out those improvements didn't actually …
11 …ed for all presets. The largest change is for the fastest presets and for 24-bit and 32-bit inputs.
12 * Small improvement in decoder speed for BMI2-capable CPUs
18 …* Various improvements to the --keep-foreign-metadata and --keep-foreign-metadata-if-present optio…
21 * AIFF-C sowt data can now be restored
22 …* Add --force-legacy-wave-format option, to decode to WAV with WAVEFORMATPCM where WAVE_FORMAT_EXT…
23 * Add --force-aiff-c-none-format and --force-aiff-c-sowt-format to decode to AIFF-C
25 …* Throw an error when WAV or AIFF files are over 4GiB in length and the --ignore-chunk-sizes optio…
29 * Removal of the --sector--align option
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.11.0/gtest/
Dgtest.h40 // // INTERNAL IMPLEMENTATION - DO NOT USE IN A USER PROGRAM.
130 // Low-level types and utilities for porting Google Test to various
146 // Environment-describing macros
147 // -----------------------------
151 // used in, such that Google Test can provide environment-specific
165 // - Each macro here is a user-tweakable knob; do not grow the list
167 // - Use #if to key off these macros. Don't use #ifdef or "#if
171 // GTEST_HAS_CLONE - Define it to 1/0 to indicate that clone(2)
173 // GTEST_HAS_EXCEPTIONS - Define it to 1/0 to indicate that exceptions
175 // GTEST_HAS_POSIX_RE - Define it to 1/0 to indicate that POSIX regular
[all …]
/external/fmtlib/test/gtest/gtest/
Dgtest.h40 // // INTERNAL IMPLEMENTATION - DO NOT USE IN A USER PROGRAM.
130 // Low-level types and utilities for porting Google Test to various
146 // Environment-describing macros
147 // -----------------------------
151 // used in, such that Google Test can provide environment-specific
165 // - Each macro here is a user-tweakable knob; do not grow the list
167 // - Use #if to key off these macros. Don't use #ifdef or "#if
171 // GTEST_HAS_CLONE - Define it to 1/0 to indicate that clone(2)
173 // GTEST_HAS_EXCEPTIONS - Define it to 1/0 to indicate that exceptions
175 // GTEST_HAS_POSIX_RE - Define it to 1/0 to indicate that POSIX regular
[all …]
/external/libtextclassifier/native/annotator/pod_ner/test_data/
Dvocab.txt1012 -
3020 natural
12827 compare
22780 ##lite
29625 ##-
/external/tensorflow/tensorflow/go/op/
Dwrappers.go7 // http://www.apache.org/licenses/LICENSE-2.0
25 // optionalAttr is an intentionally un-exported type to hide
105 // Returns the element-wise sum of a list of tensors.
136 // Computes acos of x element-wise.
140 // Input range is `[-1, 1]` and the output has a range of `[0, pi]`.
155 // Computes inverse hyperbolic cosine of x element-wise.
161 // x = tf.constant([-2, -0.5, 1, 1.2, 200, 10000, float("inf")])
178 // Returns x + y element-wise.
185 // Both input and output have a range `(-inf, inf)`.
224 // Add an `N`-minibatch `SparseTensor` to a `SparseTensorsMap`, return `N` handles.
[all …]
/external/aws-sdk-java-v2/services/sagemaker/src/main/resources/codegen-resources/
Dservice-2.json4 "apiVersion":"2017-07-24",
14 "uid":"sagemaker-2017-07-24"
29 …ation, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/lineage-tracking.html\">Amazo…
39 …nformation, see <a href=\"https://aws.amazon.com/answers/account-management/aws-tagging-strategies…
76 …ation, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/lineage-tracking.html\">Amazo…
126 …ation, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/lineage-tracking.html\">Amazo…
140-series forecasting, non-tabular problem types such as image or text classification, and text gene…
154-series forecasting, non-tabular problem types such as image or text classification, and text gene…
168 …ore, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-hyperpod.html\">Amazo…
205 …ation, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/lineage-tracking.html\">Amazo…
[all …]
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_generated_ops.td7 http://www.apache.org/licenses/LICENSE-2.0
16 // This is the auto-generated operation definition file for TensorFlow.
24 // generated from the TF op registration and the api-def-files in the following
67 let summary = "Computes acos of x element-wise.";
72 Input range is `[-1, 1]` and the output has a range of `[0, pi]`.
87 let summary = "Computes inverse hyperbolic cosine of x element-wise.";
94 x = tf.constant([-2, -0.5, 1, 1.2, 200, 10000, float("inf")])
112 let summary = "Returns x + y element-wise.";
120 Both input and output have a range `(-inf, inf)`.
165 let summary = "Returns x + y element-wise.";
[all …]
/external/rust/crates/tikv-jemalloc-sys/patches/
Ddelete_c_library.patch1 diff --git a/build.rs b/build.rs
4 --- a/build.rs
6 @@ -1,408 +0,0 @@
7 -// Copyright 2015 The Rust Project Developers. See the COPYRIGHT
8 -// file at the top-level directory of this distribution and at
9 -// http://rust-lang.org/COPYRIGHT.
10 -//
11 -// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
12 -// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
13 -// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
[all …]
/external/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/transforms/
Dinternal_raw_IPA-old.txt1803 ad-lib ædlˈɪb
3726 aide-de-camp ˌeddɪkˈæmp
5495 alpha-fetoprotein ˌælfəfˌitoprˈotin, ˌælfəfˌitoprˈotˈiɪn
7542 anglo-saxon ˈæŋglosˌæksən
8282 anti-lewisite ˌæntilˈuɪsˌaɪt
9550 aquifer %21020 ˈækwəfər, ˈɑkwə-
9555 aquilegia %7773 -lˈiʤə, ˌækwəlˈiʤiə
9559 aquiline %15023 -lɪn, ˈækwəlˌaɪn
9629 aragonite %11075 ərˈægənˌaɪt, ˈærəgə-
9645 aram %8777 ær-, ˈeræm, ˈɛrəm
[all …]
Dinternal_raw_IPA.txt1508 ad-lib ædlˈɪb
3152 aide-de-camp ˌeddɪkˈæmp
4660 alpha-fetoprotein ˌælfəfˌitoprˈotin, ˌælfəfˌitoprˈotˈiɪn
6464 anglo-saxon ˈæŋglosˌæksən
7113 anti-lewisite ˌæntilˈuɪsˌaɪt
10681 audio-visual ˌodiovˈɪʒuəl
11799 baby-sit bˈebisˌɪt
14086 battle-ax bˈætlæks
14655 bed-sitter bˈɛdsˌɪtər
14656 bed-wetting bˈɛdwˌɛtɪŋ
[all …]