/external/tensorflow/tensorflow/lite/g3doc/performance/ |
D | measurement.md | 32 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 …]
|
D | implementing_delegate.md | 273 [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/tensorflow/ |
D | README.md | 60 *Nightly binaries are available for testing using the 61 [tf-nightly](https://pypi.python.org/pypi/tf-nightly) and 62 [tf-nightly-cpu](https://pypi.python.org/pypi/tf-nightly-cpu) packages on PyPi.* 108 …d-badges/ubuntu-cc.html) | [PyPI](https://pypi.org/project/tf-nightly/) 109 …ld-badges/ubuntu-gpu-py3.html) | [PyPI](https://pypi.org/project/tf-nightly-gpu/) 111 …uild-badges/macos-py2-cc.html) | [PyPI](https://pypi.org/project/tf-nightly/) 112 …ild-badges/windows-cpu.html) | [PyPI](https://pypi.org/project/tf-nightly/) 113 …badges/windows-gpu.html) | [PyPI](https://pypi.org/project/tf-nightly-gpu/) 115 … | [Py3](https://storage.googleapis.com/tensorflow-nightly/tensorflow-1.10.0… 116 … | [Py3](https://storage.googleapis.com/tensorflow-nightly/tensorflow-1.10.0… [all …]
|
/external/rust/crates/rustversion/src/ |
D | bound.rs | 11 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/bytes/.github/workflows/ |
D | ci.yml | 14 nightly: nightly-2020-12-17 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
|
/external/rust/crates/hashlink/.circleci/ |
D | config.yml | 12 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 46 …RUSTFLAGS="-Z sanitizer=address" cargo +nightly -Z build-std test --target x86_64-unknown-linux-gnu 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/ |
D | build.rs | 13 // 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. 87 if version.nightly || !semver_exempt { in main() 91 if version.nightly && feature_allowed("proc_macro_span") { in main() 95 if semver_exempt && version.nightly { in main() 112 nightly: bool, field 119 let nightly = version.contains("nightly") || version.contains("dev"); in rustc_version() localVariable [all …]
|
/external/rust/crates/parking_lot/.github/workflows/ |
D | rust.yml | 19 channel: [1.36.0, stable, beta, nightly] 25 - channel: nightly 26 feature: nightly 36 if: matrix.feature == 'nightly' 48 - run: rustup default nightly 50 - run: cargo build --workspace --target ${{ matrix.target }} --features nightly 55 - run: rustup default nightly 61 - run: rustup default nightly
|
/external/rust/crates/libm/.github/workflows/ |
D | main.yml | 26 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/clap/ |
D | justfile | 23 @bench: nightly 24 cargo bench && just remove-nightly 26 nightly: 27 rustup override add nightly 29 remove-nightly: 32 @lint: nightly 33 cargo build --features lints && just remove-nightly
|
/external/rust/crates/managed/ |
D | .travis.yml | 8 - rust: nightly 10 - rust: nightly 12 - rust: nightly 14 - rust: nightly 16 - rust: nightly 18 - rust: nightly
|
/external/rust/crates/pin-project-lite/tests/ui/ |
D | invalid-bounds.stderr | 11 …= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more … 23 …= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more … 39 …= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more … 55 …= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more … 71 …= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more … 83 …= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more … 97 …= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more … 111 …= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more … 128 …= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more … 145 …= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more … [all …]
|
/external/libjpeg-turbo/ |
D | .travis.yml | 95 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/nom/ |
D | .travis.yml | 8 - nightly 23 - rust: nightly 25 - rust: nightly 29 - rust: nightly 35 - rust: nightly 87 nightly)
|
/external/rust/crates/smallvec/ |
D | .travis.yml | 17 - rust: nightly 26 ([ $TRAVIS_RUST_VERSION != nightly ] || cargo check --verbose --no-default-features) && 28 ([ $TRAVIS_RUST_VERSION != nightly ] || cargo test --verbose --all-features) && 29 ([ $TRAVIS_RUST_VERSION != nightly ] || cargo bench --verbose bench) && 30 ([ $TRAVIS_RUST_VERSION != nightly ] || bash ./scripts/run_miri.sh) &&
|
/external/rust/crates/libloading/.github/workflows/ |
D | libloading.yml | 17 rust_toolchain: [nightly, stable, 1.40.0] 60 if: ${{ matrix.rust_toolchain == 'nightly' }} 67 rust_toolchain: [nightly, stable] 83 - name: Install Rust nightly 116 - name: Install Rust nightly 119 toolchain: nightly 124 rustup component add rust-src --toolchain nightly --target ${{ matrix.rust_target }} 141 rust_toolchain: [nightly, stable]
|
/external/rust/crates/syn/ |
D | build.rs | 22 if !compiler.nightly { in main() 29 nightly: bool, field 41 let nightly = version.contains("nightly"); in rustc_version() localVariable 42 Some(Compiler { minor, nightly }) in rustc_version()
|
/external/rust/crates/rustversion/tests/ |
D | test_parse.rs | 39 "rustc 1.36.0-nightly (938d4ffe1 2019-04-27)", in test_parse() 43 channel: Nightly(Date { in test_parse() 59 "rustc 1.36.0-nightly", in test_parse() 68 rustc 1.30.0-nightly (3bc2ca7e4 2018-09-20)", in test_parse() 72 channel: Nightly(Date { in test_parse()
|
D | test_eval.rs | 6 nightly, 7 nightly(2020-02-25), 12 not(nightly), 13 all(stable, beta, nightly),
|
/external/rust/crates/criterion/ |
D | .travis.yml | 39 rust: nightly 42 rust: nightly 51 rust: nightly 54 rust: nightly 57 rust: nightly
|
/external/rust/crates/byteorder/.github/workflows/ |
D | ci.yml | 27 - 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/bindgen/src/ |
D | features.rs | 43 /// * The nightly version should be specified with "nightly". 55 "\"1.0\" or \"nightly\"."))), 126 /// Nightly rust 128 => Nightly => nightly; 225 Nightly { 262 let f_nightly = RustFeatures::from(RustTarget::Nightly); in target_features() 286 test_target("nightly", RustTarget::Nightly); in str_to_target()
|
/external/rust/crates/rustversion/tests/ui/ |
D | bad-date.stderr | 1 error: expected nightly date, like 2020-10-26 4 1 | #[rustversion::nightly(stable)] 7 error: expected nightly date, like 2020-10-26 10 4 | #[rustversion::any(nightly(stable))]
|
/external/tensorflow/tensorflow/lite/g3doc/guide/ |
D | ios.md | 55 There are stable releases, and nightly releases available for both 68 pod is used in your app. Alternatively, if you want to depend on the nightly 72 pod 'TensorFlowLiteSwift', '~> 0.0.1-nightly' 75 From 2.4.0 version and latest nightly releases, by default 82 pod 'TensorFlowLiteSwift', '~> 0.0.1-nightly', :subspecs => ['CoreML', 'Metal'] 87 for the first time, the nightly library version will be locked at the current 88 date's version. If you wish to update the nightly library to the newer one, you
|
/external/rust/crates/ahash/.github/workflows/ |
D | rust.yml | 43 - name: Install latest nightly 46 toolchain: nightly 49 - name: check nightly 53 - name: test nightly 98 name: Linux x86_64 - nightly 106 toolchain: nightly
|