Home
last modified time | relevance | path

Searched defs:Snapshot (Results 1 – 15 of 15) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dsnapshot_op.h33 struct Snapshot { struct
34 void operator()(const Device& device, in operator()
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DTimeStats.cs71 public class Snapshot class in Grpc.IntegrationTesting.TimeStats
77 …public Snapshot(TimeSpan wallClockTime, TimeSpan userProcessorTime, TimeSpan privilegedProcessorTi… in Snapshot() method in Grpc.IntegrationTesting.TimeStats.Snapshot
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_computation.cc31 StatusOr<std::unique_ptr<HloSnapshot>> XlaComputation::Snapshot() const { in Snapshot() function in xla::XlaComputation
/external/grpc-grpc/test/core/debug/
Dstats_test.cc32 class Snapshot { class
34 Snapshot() { grpc_stats_collect(&begin_); } in Snapshot() function in grpc::testing::Snapshot
/external/libchrome/base/process/
Dprocess_iterator.cc26 ProcessIterator::ProcessEntries ProcessIterator::Snapshot() { in Snapshot() function in base::ProcessIterator
/external/python/cpython3/Doc/library/
Dtracemalloc.rst465 Snapshot section in API
/external/libchrome/base/debug/
Dactivity_tracker.h402 using Snapshot = std::map<std::string, TypedValue>; variable
586 struct BASE_EXPORT Snapshot { struct
594 std::string thread_name;
597 int64_t create_stamp;
603 int64_t process_id = 0;
604 int64_t thread_id = 0;
608 std::vector<Activity> activity_stack;
612 uint32_t activity_stack_depth = 0;
615 Activity last_exception;
/external/opencensus-java/api/src/main/java/io/opencensus/metrics/export/
DSummary.java89 public abstract static class Snapshot { class in Summary
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/linearizability/
DLockFreeTaskQueueLCStressTest.kt16 internal data class Snapshot(val elements: List<Int>, val isClosed: Boolean) { class
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
DDiskLruCache.java766 public final class Snapshot implements Closeable { class
772 private Snapshot(String key, long sequenceNumber, Source[] sources, long[] lengths) { in Snapshot() method in Snapshot
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/
DDiskLruCache.java769 public final class Snapshot implements Closeable { class
775 private Snapshot(String key, long sequenceNumber, Source[] sources, long[] lengths) { in Snapshot() method in Snapshot
/external/tensorflow/tensorflow/core/framework/
Dmodel.h299 std::shared_ptr<Node> Snapshot(std::shared_ptr<Node> output) in Snapshot() function
/external/python/cpython3/Lib/
Dtracemalloc.py389 class Snapshot: class
/external/v8/src/logging/
Dcounters.cc424 void RuntimeCallTimer::Snapshot() { in Snapshot() function in v8::internal::RuntimeCallTimer
/external/tensorflow/tensorflow/go/op/
Dwrappers.go38256 func Snapshot(scope *Scope, input tf.Output) (output tf.Output) { func