/external/tensorflow/tensorflow/compiler/xla/tools/ |
D | replay_computation.cc | 351 std::vector<HloSnapshot> snapshots; in ParseRecordIoFile() local 357 snapshots.push_back(std::move(snapshot)); in ParseRecordIoFile() 362 CHECK(!snapshots.empty()) in ParseRecordIoFile() 368 return snapshots; in ParseRecordIoFile() 413 std::vector<HloSnapshot> snapshots; in ParseInputFile() local 426 std::vector<HloSnapshot> snapshots; in RealMain() local 432 snapshots.insert(snapshots.end(), in RealMain() 441 LOG(INFO) << "Compiling " << snapshots.size() << " modules in parallel."; in RealMain() 449 std::min<size_t>(std::max(kThreadLimits, snapshots.size()), 1), in RealMain() 451 executables.resize(snapshots.size()); in RealMain() [all …]
|
/external/webrtc/tools/cpu/ |
D | cpu_mon.py | 61 snapshots = [] 66 snapshots.append(snapshot) 68 if len(snapshots) == 0: 74 for s in snapshots:
|
/external/compiler-rt/lib/esan/ |
D | esan_flags.inc | 35 "Working set tool: whether to sample snapshots during a run.") 37 // Typical profiling uses a 10ms timer. Our snapshots take some work 44 // of snapshots. There are 8 in total, with number 0 using sample_freq.
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_SnapshotDataset.pbtxt | 13 The path we should write snapshots to / read snapshots from.
|
/external/OpenCSD/decoder/tests/snapshots/a57_single_step/pkt_proc_logs/ |
D | trc_pkt_lister_a57ss-1.ppl | 7 …kt_lister\..\..\..\bin\win32\dbg\trc_pkt_lister.exe -ss_dir ..\..\..\snapshots\a57_single_step … 9 Trace Packet Lister : reading snapshot from path ..\..\..\snapshots\a57_single_step 15 Filename=..\..\..\snapshots\a57_single_step\mem_Cortex-A57_0.bin
|
D | trc_pkt_lister_a57ss-2.ppl | 7 …kt_lister\..\..\..\bin\win32\dbg\trc_pkt_lister.exe -ss_dir ..\..\..\snapshots\a57_single_step … 9 Trace Packet Lister : reading snapshot from path ..\..\..\snapshots\a57_single_step 15 Filename=..\..\..\snapshots\a57_single_step\mem_Cortex-A57_0.bin
|
/external/OpenCSD/decoder/docs/ |
D | test_progs.md | 16 based on the same "snapshots" used for the C++ library. Limited user control for this program. 30 The `.\tests\snapshots` directory contains a number of trace snapshots used for testing the library. 31 Trace snapshots are dumps of captured binary trace data, CoreSight component configurations and mem… 84 `trc_pkt_lister -ss_dir ..\..\..\snapshots\TC2 -o_raw_unpacked` 113 `trc_pkt_lister -ss_dir ..\..\..\snapshots\juno_r1_1 -o_raw_unpacked -src_name ETB_1` 119 Trace Packet Lister : reading snapshot from path ..\..\..\snapshots\juno_r1_1 145 `trc_pkt_lister -ss_dir ..\..\..\snapshots\juno_r1_1 -decode -id 0x10` 199 Limited to decoding trace from a single CoreSight ID. Uses the same "snapshots" as the C++ test pro…
|
/external/perfetto/src/trace_processor/importers/common/ |
D | clock_tracker.h | 249 std::map<SnapshotHash, ClockSnapshots> snapshots; member 274 auto it = snapshots.find(hash); in GetSnapshot() 275 PERFETTO_DCHECK(it != snapshots.end()); in GetSnapshot()
|
D | clock_tracker.cc | 61 if (domain.snapshots.empty()) { in AddSnapshot() 88 ClockSnapshots& vect = domain.snapshots[snapshot_hash]; in AddSnapshot()
|
/external/llvm/utils/crosstool/ARM/ |
D | README | 4 1. % llvm/utils/crosstool/create-snapshots.sh 34 LLVM_PKG_PATH=[dir where you stored your LLVM and LLVM-GCC snapshots] \
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/crosstool/ARM/ |
D | README | 4 1. % llvm/utils/crosstool/create-snapshots.sh 34 LLVM_PKG_PATH=[dir where you stored your LLVM and LLVM-GCC snapshots] \
|
/external/u-boot/board/hisilicon/hikey960/ |
D | README | 29 …> wget http://snapshots.linaro.org/96boards/reference-platform/components/uefi-staging/latest/hike… 30 …> wget http://snapshots.linaro.org/96boards/reference-platform/components/uefi-staging/latest/hike… 31 …> wget http://snapshots.linaro.org/96boards/reference-platform/components/uefi-staging/latest/hike… 32 …> wget http://snapshots.linaro.org/96boards/reference-platform/components/uefi-staging/latest/hike… 33 …> wget http://snapshots.linaro.org/96boards/reference-platform/components/uefi-staging/latest/hike… 34 …> wget http://snapshots.linaro.org/96boards/reference-platform/components/uefi-staging/latest/hike…
|
/external/okhttp/ |
D | README.md | 22 Snapshots of the development version are available in [Sonatype's `snapshots` repository][snap]. 70 [snap]: https://oss.sonatype.org/content/repositories/snapshots/
|
/external/e2fsprogs/scrub/ |
D | e2scrub.rules.in | 1 # Try to hide our fsck snapshots from udev's /dev/disk linking...
|
/external/OpenCSD/decoder/tests/ |
D | run_capi_test.bash | 40 SNAPSHOT_DIR=./snapshots
|
D | run_pkt_decode_tests.bash | 40 SNAPSHOT_DIR=./snapshots
|
/external/autotest/site_utils/lxc/ |
D | utils.py | 85 force=True, snapshots=False, ignore_status=False, timeout=-1): argument 100 if snapshots:
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/ |
D | DiskLruCacheTest.java | 938 Iterator<DiskLruCache.Snapshot> iterator = cache.snapshots(); in iterator() 972 Iterator<DiskLruCache.Snapshot> iterator = cache.snapshots(); in iteratorElementsAddedDuringIterationAreOmitted() 990 Iterator<DiskLruCache.Snapshot> iterator = cache.snapshots(); in iteratorElementsUpdatedDuringIterationAreUpdated() 1008 Iterator<DiskLruCache.Snapshot> iterator = cache.snapshots(); in iteratorElementsRemovedDuringIterationAreOmitted() 1021 Iterator<DiskLruCache.Snapshot> iterator = cache.snapshots(); in iteratorRemove() 1032 Iterator<DiskLruCache.Snapshot> iterator = cache.snapshots(); in iteratorRemoveBeforeNext() 1042 Iterator<DiskLruCache.Snapshot> iterator = cache.snapshots(); in iteratorRemoveOncePerCallToNext() 1057 Iterator<DiskLruCache.Snapshot> iterator = cache.snapshots(); in cacheClosedTruncatesIterator()
|
/external/robolectric-shadows/ |
D | README.md | 59 …g edge, you can try running against a snapshot build. Keep in mind that snapshots represent the mo… 65 maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
|
/external/testng/ |
D | README-publish | 5 - the snapshot to https://oss.sonatype.org/content/repositories/snapshots
|
D | README.dev | 20 <id>sonatype-nexus-snapshots</id>
|
/external/conscrypt/gradle/ |
D | publishing.gradle | 59 def snapshotUrl = 'https://oss.sonatype.org/content/repositories/snapshots/'
|
/external/kotlinx.coroutines/ |
D | build.gradle | 32 …* Additionally, mavenLocal and Sonatype snapshots are added to repository list and stress tests ar… 47 maven { url "https://oss.sonatype.org/content/repositories/snapshots" } 102 maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
|
/external/nanohttpd/src/site/markdown/ |
D | index.md | 225 <id>sonatype-snapshots</id> 226 <url>https://oss.sonatype.org/content/repositories/snapshots</url> 227 <snapshots> 229 </snapshots>
|
/external/nanohttpd/ |
D | README.md | 229 <id>sonatype-snapshots</id> 230 <url>https://oss.sonatype.org/content/repositories/snapshots</url> 231 <snapshots> 233 </snapshots>
|