Home
last modified time | relevance | path

Searched refs:ScopedRegion (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/platform/
Dtracing.h96 class ScopedRegion {
97 ScopedRegion(ScopedRegion&) = delete; // Not copy-constructible.
98 ScopedRegion& operator=(ScopedRegion&) = delete; // Not assignable.
101 ScopedRegion(ScopedRegion&& other) noexcept // Move-constructible. in ScopedRegion() function
106 ScopedRegion(EventCategory category, uint64 arg) in ScopedRegion() function
115 ScopedRegion(EventCategory category) in ScopedRegion() function
124 ScopedRegion(EventCategory category, StringPiece name) in ScopedRegion() function
131 ~ScopedRegion() { in ~ScopedRegion()
/external/tensorflow/tensorflow/core/common_runtime/sycl/
Dsycl_device.cc32 tracing::ScopedRegion region(tracing::EventCategory::kCompute, in Compute()
/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_util.cc118 tracing::ScopedRegion region(tracing::EventCategory::kRunClosure, id); in SchedClosure()
Dexecutor.cc1800 tracing::ScopedRegion region(tracing::EventCategory::kCompute, in Process()
/external/tensorflow/tensorflow/core/lib/core/
Dthreadpool.cc82 tracing::ScopedRegion region(tracing::EventCategory::kRunClosure, in ExecuteTask()