Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/
Dtracing.h91 class ScopedRegion {
93 ScopedRegion(ScopedRegion&& other) noexcept // Move-constructible. in ScopedRegion() function
98 ScopedRegion(EventCategory category, uint64 arg) in ScopedRegion() function
107 explicit ScopedRegion(EventCategory category) in ScopedRegion() function
116 ScopedRegion(EventCategory category, StringPiece name) in ScopedRegion() function
123 ~ScopedRegion() { in ~ScopedRegion()
132 TF_DISALLOW_COPY_AND_ASSIGN(ScopedRegion);
Dthreadpool.cc83 tracing::ScopedRegion region(tracing::EventCategory::kRunClosure, in ExecuteTask()
/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_util.cc174 tracing::ScopedRegion region(tracing::EventCategory::kRunClosure, id); in SchedClosure()
Dexecutor.cc561 tracing::ScopedRegion region(tracing::EventCategory::kCompute, in ProcessSync()
/external/tensorflow/tensorflow/core/framework/
Drun_handler.cc86 tracing::ScopedRegion region(tracing::EventCategory::kRunClosure, in ExecuteTask()