Home
last modified time | relevance | path

Searched +full:plugin +full:- +full:syntax +full:- +full:optional +full:- +full:catch +full:- +full:binding (Results 1 – 22 of 22) sorted by relevance

/external/tensorflow/tensorflow/lite/g3doc/inference_with_metadata/
Dcodegen.md5 graphical interface of [Android Studio ML Model Binding](#mlbinding) is the
9 ## Use Android Studio ML Model Binding {:#mlbinding}
12 developers can use Android Studio ML Model Binding to automatically configure
23 1. Right-click on the module you would like to use the TFLite model or click on
25 …![Right-click menus to access the TensorFlow Lite import functionality](../images/android/right_cl…
28 configure the module's dependency on your behalf with ML Model binding and
32 Optional: Select the second checkbox for importing TensorFlow GPU if you
46 ML Model Binding provides a way for developers to accelerate their code through
60 implementation 'org.tensorflow:tensorflow-lite-gpu:2.3.0'
68 <devsite-selector>
[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/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/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/guice/latest-api-diffs/
D1.0.xml1 <?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
2 <!-- Generated by the JDiff Javadoc doclet -->
3 <!-- (http://www.jdiff.org) -->
4 <!-- on Tue May 19 17:01:51 PDT 2009 -->
7 xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
12-- Command line arguments = -doclet jdiff.JDiff -docletpath /Applications/bin/jdiff-1.1.1/jdiff.…
14 <!-- start class com.google.inject.AbstractModule -->
163 <!-- end class com.google.inject.AbstractModule -->
164 <!-- start interface com.google.inject.Binder -->
202 <![CDATA[Creates a binding to a key.]]>
[all …]
D4.1.xml1 <?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
2 <!-- Generated by the JDiff Javadoc doclet -->
3 <!-- (http://www.jdiff.org) -->
4 <!-- on Fri Jun 17 16:00:51 EDT 2016 -->
7 xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
12-- Command line arguments = -doclet jdiff.JDiff -docletpath /tmp/moe_git_clone_googlecode_676391…
14 <!-- start class com.google.inject.AbstractModule -->
169 Note that this requirement may be satisfied by implicit binding, such as
170 a public no-arguments constructor.
183 Note that this requirement may be satisfied by implicit binding, such as
[all …]
D4.0.xml1 <?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
2 <!-- Generated by the JDiff Javadoc doclet -->
3 <!-- (http://www.jdiff.org) -->
4 <!-- on Tue Apr 28 17:33:25 EDT 2015 -->
7 xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
12-- Command line arguments = -doclet jdiff.JDiff -docletpath /usr/local/google/home/cgdecker/Proj…
14 <!-- start class com.google.inject.AbstractModule -->
169 Note that this requirement may be satisfied by implicit binding, such as
170 a public no-arguments constructor.
183 Note that this requirement may be satisfied by implicit binding, such as
[all …]
D2.0.xml1 <?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
2 <!-- Generated by the JDiff Javadoc doclet -->
3 <!-- (http://www.jdiff.org) -->
4 <!-- on Tue May 19 17:01:55 PDT 2009 -->
7 xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
12-- Command line arguments = -doclet jdiff.JDiff -docletpath /Applications/bin/jdiff-1.1.1/jdiff.…
14 <!-- start class com.google.inject.AbstractModule -->
169 Note that this requirement may be satisfied by implicit binding, such as
170 a public no-arguments constructor.
183 Note that this requirement may be satisfied by implicit binding, such as
[all …]
D3.0.xml1 <?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
2 <!-- Generated by the JDiff Javadoc doclet -->
3 <!-- (http://www.jdiff.org) -->
4 <!-- on Thu Mar 24 21:41:19 EDT 2011 -->
7 xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
12-- Command line arguments = -doclet jdiff.JDiff -docletpath C:\Documents and Settings\Sam Berlin…
14 <!-- start class com.google.inject.AbstractModule -->
169 Note that this requirement may be satisfied by implicit binding, such as
170 a public no-arguments constructor.
183 Note that this requirement may be satisfied by implicit binding, such as
[all …]
/external/AFLplusplus/
DChangelog.md7 - afl-fuzz:
8 - default power schedule is now EXPLORE, due a fix in fast schedules
10 - fixed minor issues in the mutation engine, thanks to @futhewo for
12 - better deterministic fuzzing is now available, benchmarks have shown
13 to improve fuzzing. Enable with -D. Thanks to @kdsjZh for the PR!
14 - afl-cc:
15 - large rewrite by @SonicStark which fixes a few corner cases, thanks!
16 - LTO mode now requires llvm 12+
17 - workaround for ASAN with gcc_plugin mode
18 - instrumentation:
[all …]
/external/AFLplusplus/docs/
DChangelog.md7 - afl-fuzz:
8 - default power schedule is now EXPLORE, due a fix in fast schedules
10 - fixed minor issues in the mutation engine, thanks to @futhewo for
12 - better deterministic fuzzing is now available, benchmarks have shown
13 to improve fuzzing. Enable with -D. Thanks to @kdsjZh for the PR!
14 - afl-cc:
15 - large rewrite by @SonicStark which fixes a few corner cases, thanks!
16 - LTO mode now requires llvm 12+
17 - workaround for ASAN with gcc_plugin mode
18 - instrumentation:
[all …]
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/doc/reference/jquery/external/jquery/
Djquery.js12 * Date: 2020-05-04T22:49Z
20 // For CommonJS and CommonJS-like environments where a proper `window`
42 // Edge <= 12 - 13+, Firefox <=18 - 45+, IE 10 - 11, Safari 5.1 - 9+, iOS 6 - 9.1
43 // throw exceptions when non-strict code (e.g., ASP.NET 4.5) accesses strict mode
44 // arguments.callee.caller (trac-13335). But as of jQuery 3.0 (2016), strict mode should be common
117 // becomes browsing-context connected.
119 // See https://html.spec.whatwg.org/#nonce-attributes
121 // `jQuery.globalEval` so that it can fake a nonce-containing node
197 // Return the newly-formed element set
221 return this.eq( -1 );
[all …]
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/doc/reference/jquery/
Djquery-3.5.1.js12 * Date: 2020-05-04T22:49Z
20 // For CommonJS and CommonJS-like environments where a proper `window`
42 // Edge <= 12 - 13+, Firefox <=18 - 45+, IE 10 - 11, Safari 5.1 - 9+, iOS 6 - 9.1
43 // throw exceptions when non-strict code (e.g., ASP.NET 4.5) accesses strict mode
44 // arguments.callee.caller (trac-13335). But as of jQuery 3.0 (2016), strict mode should be common
117 // becomes browsing-context connected.
119 // See https://html.spec.whatwg.org/#nonce-attributes
121 // `jQuery.globalEval` so that it can fake a nonce-containing node
197 // Return the newly-formed element set
221 return this.eq( -1 );
[all …]
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/doc/reference/jquery/
Djquery-3.5.1.js12 * Date: 2020-05-04T22:49Z
20 // For CommonJS and CommonJS-like environments where a proper `window`
42 // Edge <= 12 - 13+, Firefox <=18 - 45+, IE 10 - 11, Safari 5.1 - 9+, iOS 6 - 9.1
43 // throw exceptions when non-strict code (e.g., ASP.NET 4.5) accesses strict mode
44 // arguments.callee.caller (trac-13335). But as of jQuery 3.0 (2016), strict mode should be common
117 // becomes browsing-context connected.
119 // See https://html.spec.whatwg.org/#nonce-attributes
121 // `jQuery.globalEval` so that it can fake a nonce-containing node
197 // Return the newly-formed element set
221 return this.eq( -1 );
[all …]
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/doc/reference/jquery/external/jquery/
Djquery.js12 * Date: 2020-05-04T22:49Z
20 // For CommonJS and CommonJS-like environments where a proper `window`
42 // Edge <= 12 - 13+, Firefox <=18 - 45+, IE 10 - 11, Safari 5.1 - 9+, iOS 6 - 9.1
43 // throw exceptions when non-strict code (e.g., ASP.NET 4.5) accesses strict mode
44 // arguments.callee.caller (trac-13335). But as of jQuery 3.0 (2016), strict mode should be common
117 // becomes browsing-context connected.
119 // See https://html.spec.whatwg.org/#nonce-attributes
121 // `jQuery.globalEval` so that it can fake a nonce-containing node
197 // Return the newly-formed element set
221 return this.eq( -1 );
[all …]
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
Djquery-1.7.1.js14 * Date: Mon Nov 21 21:11:03 2011 -0500
41 quickExpr = /^(?:[^#<]*(<[\w\W]+>)[^>]*$|#([\w\-]*)$)/,
43 // Check if a string has a non-whitespace character in it
55 rvalidescape = /\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,
56 rvalidtokens = /"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,
66 rdashAlpha = /-([a-z]|[0-9])/ig,
67 rmsPrefix = /^-ms-/,
94 // [[Class]] -> type pairs
126 …if ( selector.charAt(0) === "<" && selector.charAt( selector.length - 1 ) === ">" && selector.leng…
137 // HANDLE: $(html) -> $(array)
[all …]
/external/bazelbuild-rules_go/third_party/
Dorg_golang_x_tools-deletegopls.patch1 diff -urN a/gopls/api-diff/api_diff.go b/gopls/api-diff/api_diff.go
2 --- a/gopls/api-diff/api_diff.go 2000-01-01 00:00:00.000000000 -0000
3 +++ b/gopls/api-diff/api_diff.go 1970-01-01 00:00:00.000000000 +0000
4 @@ -1,89 +0,0 @@
5 -// Copyright 2021 The Go Authors. All rights reserved.
6 -// Use of this source code is governed by a BSD-style
7 -// license that can be found in the LICENSE file.
8 -
9 -//go:build go1.18
10 -// +build go1.18
[all …]
/external/pigweed/docs/
Dchangelog.rst3 .. _docs-changelog:
9 --------------------------------
11 --------------------------------
12 .. pigweed-live::
14 .. _docs-changelog-latest:
16 ------------
18 ------------
23 * **Clock management**: The new :ref:`module-pw_clock_tree` module manages
26 * **GitHub Actions**: The new :ref:`docs-github` guide shows you
27 how to set up GitHub Actions to build and test a Bazel-based Pigweed
[all …]
/external/jackson-core/docs/javadoc/2.9/
Dindex-all.html1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt…
2 <!-- NewPage -->
5 <!-- Generated by javadoc (1.8.0_162) on Tue Jan 23 20:16:58 PST 2018 -->
6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7 <title>Index (Jackson-core 2.9.0 API)</title>
8 <meta name="date" content="2018-01-23">
13 <script type="text/javascript"><!--
15 if (location.href.indexOf('is-external=true') == -1) {
16 parent.document.title="Index (Jackson-core 2.9.0 API)";
19 catch(err) {
[all …]
/external/jackson-core/docs/javadoc/2.11/
Dindex-all.html1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt…
2 <!-- NewPage -->
5 <!-- Generated by javadoc (1.8.0_162) on Sat Apr 25 16:56:58 PDT 2020 -->
6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7 <title>Index (Jackson-core 2.11.0 API)</title>
8 <meta name="date" content="2020-04-25">
13 <script type="text/javascript"><!--
15 if (location.href.indexOf('is-external=true') == -1) {
16 parent.document.title="Index (Jackson-core 2.11.0 API)";
19 catch(err) {
[all …]
/external/jackson-core/docs/javadoc/2.11.rc1/
Dindex-all.html1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt…
2 <!-- NewPage -->
5 <!-- Generated by javadoc (1.8.0_162) on Tue Mar 24 11:10:01 PDT 2020 -->
6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7 <title>Index (Jackson-core 2.11.0.rc1 API)</title>
8 <meta name="date" content="2020-03-24">
13 <script type="text/javascript"><!--
15 if (location.href.indexOf('is-external=true') == -1) {
16 parent.document.title="Index (Jackson-core 2.11.0.rc1 API)";
19 catch(err) {
[all …]
/external/jackson-core/docs/javadoc/2.10/
Dindex-all.html1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt…
2 <!-- NewPage -->
5 <!-- Generated by javadoc (1.8.0_162) on Wed Sep 25 19:22:24 PDT 2019 -->
6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7 <title>Index (Jackson-core 2.10.0 API)</title>
8 <meta name="date" content="2019-09-25">
13 <script type="text/javascript"><!--
15 if (location.href.indexOf('is-external=true') == -1) {
16 parent.document.title="Index (Jackson-core 2.10.0 API)";
19 catch(err) {
[all …]