Home
last modified time | relevance | path

Searched full:nightly (Results 1 – 25 of 907) sorted by relevance

12345678910>>...37

/external/tensorflow/tensorflow/lite/g3doc/performance/
Dmeasurement.md32 Download the nightly pre-built Android benchmark apps using the links below:
34 …ch64](https://storage.googleapis.com/tensorflow-nightly-public/prod/tensorflow/release/lite/tools/
35 …_arm](https://storage.googleapis.com/tensorflow-nightly-public/prod/tensorflow/release/lite/tools/
41 …ch64](https://storage.googleapis.com/tensorflow-nightly-public/prod/tensorflow/release/lite/tools/
42 …_arm](https://storage.googleapis.com/tensorflow-nightly-public/prod/tensorflow/release/lite/tools/
116 Download the nightly pre-built native command-line binaries by following the
119 …6-64](https://storage.googleapis.com/tensorflow-nightly-public/prod/tensorflow/release/lite/tools/
120 …ch64](https://storage.googleapis.com/tensorflow-nightly-public/prod/tensorflow/release/lite/tools/
121 …_arm](https://storage.googleapis.com/tensorflow-nightly-public/prod/tensorflow/release/lite/tools/
122 …ch64](https://storage.googleapis.com/tensorflow-nightly-public/prod/tensorflow/release/lite/tools/
[all …]
Dimplementing_delegate.md273 [pre-built Tensorflow Lite tooling binaries](#download-links-for-nightly-pre-built-tflite-tooling-b…
529 ### Download links for nightly pre-built TFLite tooling binaries
547 …href="https://storage.googleapis.com/tensorflow-nightly-public/prod/tensorflow/release/lite/tools/
548 …href="https://storage.googleapis.com/tensorflow-nightly-public/prod/tensorflow/release/lite/tools/
549 …href="https://storage.googleapis.com/tensorflow-nightly-public/prod/tensorflow/release/lite/tools/
550 …href="https://storage.googleapis.com/tensorflow-nightly-public/prod/tensorflow/release/lite/tools/
559 …href="https://storage.googleapis.com/tensorflow-nightly-public/prod/tensorflow/release/lite/tools/
560 …href="https://storage.googleapis.com/tensorflow-nightly-public/prod/tensorflow/release/lite/tools/
561 …href="https://storage.googleapis.com/tensorflow-nightly-public/prod/tensorflow/release/lite/tools/
562 …href="https://storage.googleapis.com/tensorflow-nightly-public/prod/tensorflow/release/lite/tools/
[all …]
/external/rust/crates/bytes/.github/workflows/
Dci.yml14 nightly: nightly-2022-11-12
75 # Nightly
76 nightly:
77 name: nightly
82 run: rustup update $nightly && rustup default $nightly
121 run: rustup update $nightly && rustup default $nightly
141 run: rustup update $nightly && rustup default $nightly
151 - nightly
160 run: rustup update $nightly && rustup default $nightly
/external/rust/crates/rustversion/src/
Dbound.rs11 Nightly(Date), enumerator
22 return date::parse(paren, iter).map(Bound::Nightly); in parse()
27 "expected rustc release number like 1.31, or nightly date like {}", in parse()
36 Bound::Nightly(date) => match self.channel { in eq()
38 Nightly(nightly) => nightly == *date, in eq()
51 Bound::Nightly(date) => match self.channel { in partial_cmp()
53 Nightly(nightly) => Some(nightly.cmp(date)), in partial_cmp()
/external/rust/crates/parking_lot/.github/workflows/
Drust.yml20 channel: [1.49.0, stable, beta, nightly]
26 - channel: nightly
27 feature: nightly
29 - channel: nightly
40 if: matrix.feature == 'nightly'
52 - run: rustup default nightly
54 - run: cargo build --workspace --target ${{ matrix.target }} --features nightly
59 - run: rustup default nightly
65 - run: rustup default nightly
/external/rust/crates/hashlink/.circleci/
Dconfig.yml12 rustup toolchain uninstall nightly
13 rustup toolchain install nightly -c miri rust-src rustfmt
19 rustc +nightly --version
20 cargo +nightly --version
42 cargo +nightly miri test --all-features
46 …RUSTFLAGS="-Z sanitizer=address" cargo +nightly -Z build-std test --target x86_64-unknown-linux-gn…
47 …RUSTFLAGS="-Z sanitizer=leak" cargo +nightly test -Z build-std --target x86_64-unknown-linux-gnu -…
48 …RUSTFLAGS="-Z sanitizer=memory" cargo +nightly test -Z build-std --target x86_64-unknown-linux-gnu…
/external/rust/crates/proc-macro2/
Dbuild.rs13 // else. Also enabled unconditionally on nightly, in which case the
15 // nightly-only proc_macro API.
24 // nightly, unless `-Z allow-feature` in RUSTFLAGS disallows unstable
28 // Implement the semver exempt API in terms of the nightly-only proc_macro
29 // API. Enabled when using procmacro2_semver_exempt on a nightly compiler.
114 if version.nightly || !semver_exempt { in main()
118 if version.nightly in main()
125 if semver_exempt && version.nightly { in main()
142 nightly: bool, field
149 let nightly = version.contains("nightly") || version.contains("dev"); in rustc_version() localVariable
[all …]
/external/rust/crates/libm/.github/workflows/
Dmain.yml26 run: rustup update nightly && rustup default nightly
47 run: rustup update nightly && rustup default nightly
57 run: rustup update nightly && rustup default nightly
66 run: rustup update nightly && rustup default nightly
/external/rust/crates/pin-project-lite/tests/ui/pin_project/
Dinvalid-bounds.stderr27 …= note: this error originates in the macro `$crate::__pin_project_parse_generics` (in Nightly buil…
42 …= note: this error originates in the macro `$crate::__pin_project_parse_generics` (in Nightly buil…
58 …= note: this error originates in the macro `$crate::__pin_project_parse_generics` (in Nightly buil…
74 …= note: this error originates in the macro `$crate::__pin_project_parse_generics` (in Nightly buil…
90 …= note: this error originates in the macro `$crate::__pin_project_parse_generics` (in Nightly buil…
105 …= note: this error originates in the macro `$crate::__pin_project_parse_generics` (in Nightly buil…
121 …= note: this error originates in the macro `$crate::__pin_project_parse_generics` (in Nightly buil…
137 …= note: this error originates in the macro `$crate::__pin_project_parse_generics` (in Nightly buil…
153 …= note: this error originates in the macro `$crate::__pin_project_parse_generics` (in Nightly buil…
168 …= note: this error originates in the macro `$crate::__pin_project_parse_generics` (in Nightly buil…
[all …]
/external/tensorflow/
DREADME.md69 *Nightly binaries are available for testing using the
70 [tf-nightly](https://pypi.python.org/pypi/tf-nightly) and
71 [tf-nightly-cpu](https://pypi.python.org/pypi/tf-nightly-cpu) packages on PyPi.*
116 …orflow-kokoro-build-badges/ubuntu-cc.html) | [PyPI](https://pypi.org/project/tf-nightly/)
117 …sorflow-kokoro-build-badges/ubuntu-gpu-py3.html) | [PyPI](https://pypi.org/project/tf-nightly-gpu/)
119 …ensorflow-kokoro-build-badges/macos-py2-cc.html) | [PyPI](https://pypi.org/project/tf-nightly/)
120 …nsorflow-kokoro-build-badges/windows-cpu.html) | [PyPI](https://pypi.org/project/tf-nightly/)
121 …flow-kokoro-build-badges/windows-gpu.html) | [PyPI](https://pypi.org/project/tf-nightly-gpu/)
123 …01-py3.html) | [Py3](https://storage.googleapis.com/tensorflow-nightly/tensorflow-1.10.0…
124 …23-py3.html) | [Py3](https://storage.googleapis.com/tensorflow-nightly/tensorflow-1.10.0…
[all …]
/external/rust/crates/smallvec/.github/workflows/
Dmain.yml14 toolchain: ["stable", "beta", "nightly", "1.36.0"]
24 toolchain: nightly
54 if: matrix.toolchain == 'nightly'
62 if: matrix.toolchain == 'nightly'
66 if: matrix.toolchain == 'nightly'
70 if: matrix.toolchain == 'nightly'
74 if: matrix.toolchain == 'nightly'
78 if: matrix.toolchain == 'nightly' && matrix.os == 'ubuntu-latest'
/external/rust/crates/managed/
D.travis.yml8 - rust: nightly
10 - rust: nightly
12 - rust: nightly
14 - rust: nightly
16 - rust: nightly
18 - rust: nightly
/external/libjpeg-turbo/
D.travis.yml95 mkdir -p ~/src/ljt.nightly &&
99 …docker run -v $HOME/src/ljt.nightly:/root/src/ljt.nightly -v $HOME/src/buildscripts:/root/src/buil…
100 sudo chown -R travis:travis ~/src/ljt.nightly &&
101 mv ~/src/ljt.nightly/latest/log-$TRAVIS_OS_NAME.txt ~/src/ljt.nightly/latest/files/;
104 mv ~/src/ljt.nightly/latest/log-$TRAVIS_OS_NAME.txt ~/src/ljt.nightly/latest/files/;
138 local-dir: $HOME/src/ljt.nightly/latest/files
151 local-dir: $HOME/src/ljt.nightly/latest/files
/external/rust/crates/memoffset/.github/workflows/
Dci.yml14 - nightly
39 - nightly
51 nightly:
52 name: Test Suite (nightly features)
58 toolchain: nightly
73 rustup toolchain install nightly --component miri
74 rustup override set nightly
/external/rust/crates/coset/.github/workflows/
Dci.yml21 - nightly-2022-01-01
40 - nightly-2022-01-01
61 - nightly-2022-01-01
83 - nightly-2022-01-01
127 toolchain: nightly-2022-01-01
140 toolchain: nightly-2022-01-01
163 toolchain: nightly-2022-01-01
180 toolchain: nightly-2022-01-01
196 toolchain: nightly-2022-01-01
/external/rust/crates/ahash/.github/workflows/
Drust.yml48 nightly:
49 name: nightly
55 - name: Install latest nightly
58 toolchain: nightly
61 - name: check nightly
65 - name: test nightly
112 name: Linux x86_64 - nightly
120 toolchain: nightly
/external/rust/crates/minimal-lexical/.github/workflows/
DValgrind.yml16 - name: Install latest nightly
19 toolchain: nightly
22 - run: cargo +nightly install cargo-valgrind
23 - run: cargo +nightly valgrind test --release
24 - run: cargo +nightly valgrind test --all-features --release
/external/rust/crates/rustversion/tests/
Dtest_parse.rs45 "rustc 1.36.0-nightly (938d4ffe1 2019-04-27)", in test_parse()
49 channel: Nightly(Date { in test_parse()
65 "rustc 1.36.0-nightly", in test_parse()
74 rustc 1.30.0-nightly (3bc2ca7e4 2018-09-20)", in test_parse()
78 channel: Nightly(Date { in test_parse()
86 "rustc 1.52.1-nightly (gentoo)", in test_parse()
/external/rust/crates/tokio/
Dbuild.rs59 // This compiler claims to be 1.59, but there are some nightly in main()
64 // The oldest nightly that supports the feature is 2021-12-06. in main()
74 // This compiler claims to be 1.51, but there are some nightly in main()
79 // The oldest nightly that supports the feature is 2021-01-31. in main()
89 // This compiler claims to be 1.60, but there are some nightly in main()
94 // The oldest nightly that supports the feature is 2022-02-11. in main()
110 // This compiler claims to be 1.63, but there are some nightly in main()
115 // The oldest nightly that supports the feature is 2022-06-20. in main()
/external/rust/crates/log/.github/workflows/
Dmain.yml10 build: [stable, beta, nightly, macos, win32, win64, mingw]
18 - build: nightly
20 rust: nightly
70 rustup update nightly --no-self-update
71 rustup default nightly
86 rustup update nightly --no-self-update
87 rustup default nightly
/external/tensorflow/tensorflow/java/
DREADME.md14 ## Nightly builds
19 - [JAR](https://storage.googleapis.com/tensorflow-nightly/github/tensorflow/lib_package/libtensor…
20 - [Source JAR](https://storage.googleapis.com/tensorflow-nightly/github/tensorflow/lib_package/li…
22 …- [Linux CPU-only](https://storage.googleapis.com/tensorflow-nightly/github/tensorflow/lib_packa…
23 …- [Linux GPU](https://storage.googleapis.com/tensorflow-nightly/github/tensorflow/lib_package/li…
24 …- [MacOS](https://storage.googleapis.com/tensorflow-nightly/github/tensorflow/lib_package/libten…
25 - Windows: (No nightly builds available yet)
/external/tensorflow/tensorflow/tools/ci_build/release/
Drequirements_common.txt25 # Note that we must use nightly here as these are used in nightly jobs
27 keras-nightly ~= 2.11.0.dev
28 tb-nightly ~= 2.9.0.a
29 tf-estimator-nightly ~= 2.10.0.dev
/external/rust/crates/byteorder/.github/workflows/
Dci.yml27 - nightly
49 - build: nightly
51 rust: nightly
120 if: matrix.build == 'nightly'
124 if: matrix.build == 'nightly'
128 if: matrix.build == 'nightly'
132 if: matrix.build == 'nightly'
/external/rust/crates/syn/
Dbuild.rs30 if !compiler.nightly { in main()
37 nightly: bool, field
49 let nightly = version.contains("nightly") || version.ends_with("-dev"); in rustc_version() localVariable
50 Some(Compiler { minor, nightly }) in rustc_version()
/external/ComputeLibrary/tests/validation/NEON/
DDepthConvertLayer.cpp150 …DepthConvertLayerQuantizedToF32Fixture<uint8_t>, framework::DatasetMode::NIGHTLY, combine(combine(…
171 …DepthConvertLayerQuantizedToS32Fixture<uint8_t>, framework::DatasetMode::NIGHTLY, combine(combine(…
191 …Large, NEDepthConvertLayerToU16Fixture<uint8_t>, framework::DatasetMode::NIGHTLY, combine(combine(…
209 …Large, NEDepthConvertLayerToS16Fixture<uint8_t>, framework::DatasetMode::NIGHTLY, combine(combine(…
226 …Large, NEDepthConvertLayerToS32Fixture<uint8_t>, framework::DatasetMode::NIGHTLY, combine(combine(…
244 …Large, NEDepthConvertLayerToF32Fixture<uint8_t>, framework::DatasetMode::NIGHTLY, combine(combine(…
263 …Large, NEDepthConvertLayerToF16Fixture<uint8_t>, framework::DatasetMode::NIGHTLY, combine(combine(…
281 …Large, NEDepthConvertLayerToU8Fixture<uint16_t>, framework::DatasetMode::NIGHTLY, combine(combine(…
298 …arge, NEDepthConvertLayerToU32Fixture<uint16_t>, framework::DatasetMode::NIGHTLY, combine(combine(…
315 …nLarge, NEDepthConvertLayerToU8Fixture<int16_t>, framework::DatasetMode::NIGHTLY, combine(combine(…
[all …]

12345678910>>...37