Home
last modified time | relevance | path

Searched refs:snapshots (Results 1 – 25 of 128) sorted by relevance

123456

/external/tensorflow/tensorflow/compiler/xla/tools/
Dreplay_computation.cc351 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/
Dcpu_mon.py61 snapshots = []
66 snapshots.append(snapshot)
68 if len(snapshots) == 0:
74 for s in snapshots:
/external/compiler-rt/lib/esan/
Desan_flags.inc35 "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/
Dapi_def_SnapshotDataset.pbtxt13 The path we should write snapshots to / read snapshots from.
/external/OpenCSD/decoder/tests/snapshots/a57_single_step/pkt_proc_logs/
Dtrc_pkt_lister_a57ss-1.ppl7 …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
Dtrc_pkt_lister_a57ss-2.ppl7 …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/
Dtest_progs.md16 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/
Dclock_tracker.h249 std::map<SnapshotHash, ClockSnapshots> snapshots; member
274 auto it = snapshots.find(hash); in GetSnapshot()
275 PERFETTO_DCHECK(it != snapshots.end()); in GetSnapshot()
Dclock_tracker.cc61 if (domain.snapshots.empty()) { in AddSnapshot()
88 ClockSnapshots& vect = domain.snapshots[snapshot_hash]; in AddSnapshot()
/external/llvm/utils/crosstool/ARM/
DREADME4 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/
DREADME4 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/
DREADME29 …> 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/
DREADME.md22 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/
De2scrub.rules.in1 # Try to hide our fsck snapshots from udev's /dev/disk linking...
/external/OpenCSD/decoder/tests/
Drun_capi_test.bash40 SNAPSHOT_DIR=./snapshots
Drun_pkt_decode_tests.bash40 SNAPSHOT_DIR=./snapshots
/external/autotest/site_utils/lxc/
Dutils.py85 force=True, snapshots=False, ignore_status=False, timeout=-1): argument
100 if snapshots:
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/
DDiskLruCacheTest.java938 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/
DREADME.md59 …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/
DREADME-publish5 - the snapshot to https://oss.sonatype.org/content/repositories/snapshots
DREADME.dev20 <id>sonatype-nexus-snapshots</id>
/external/conscrypt/gradle/
Dpublishing.gradle59 def snapshotUrl = 'https://oss.sonatype.org/content/repositories/snapshots/'
/external/kotlinx.coroutines/
Dbuild.gradle32 …* 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/
Dindex.md225 <id>sonatype-snapshots</id>
226 <url>https://oss.sonatype.org/content/repositories/snapshots</url>
227 <snapshots>
229 </snapshots>
/external/nanohttpd/
DREADME.md229 <id>sonatype-snapshots</id>
230 <url>https://oss.sonatype.org/content/repositories/snapshots</url>
231 <snapshots>
233 </snapshots>

123456