Home
last modified time | relevance | path

Searched refs:RecordEvent (Results 1 – 22 of 22) sorted by relevance

/external/tensorflow/tensorflow/core/platform/
Dtracing.h48 virtual void RecordEvent(uint64 arg) const = 0;
83 inline void RecordEvent(EventCategory category, uint64 arg) { in RecordEvent() function
85 collector->RecordEvent(arg); in RecordEvent()
Dthreadpool.cc70 tracing::RecordEvent(tracing::EventCategory::kScheduleClosure, id); in CreateTask()
/external/tensorflow/tensorflow/stream_executor/gpu/
Dgpu_timer.cc75 port::Status status = GpuDriver::RecordEvent( in Start()
84 port::Status status = GpuDriver::RecordEvent( in Stop()
Dgpu_event.cc40 return GpuDriver::RecordEvent(parent_->gpu_context(), gpu_event_, in Record()
Dgpu_executor.h177 port::Status RecordEvent(Stream* stream, Event* event) override;
Dgpu_driver.h433 static port::Status RecordEvent(GpuContext* context, GpuEventHandle event,
/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_util.cc171 tracing::RecordEvent(tracing::EventCategory::kScheduleClosure, id); in SchedClosure()
/external/tensorflow/tensorflow/stream_executor/host/
Dhost_gpu_executor.h112 port::Status RecordEvent(Stream *stream, Event *event) override;
Dhost_gpu_executor.cc237 port::Status HostExecutor::RecordEvent(Stream *stream, Event *event) { in RecordEvent() function in stream_executor::host::HostExecutor
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dexecutor.h139 port::Status RecordEvent(Stream *stream, Event *event) override { in RecordEvent() function
/external/tensorflow/tensorflow/stream_executor/tpu/
Dtpu_executor.h148 Status RecordEvent(Stream* stream, ::stream_executor::Event* event) override;
Dtpu_executor.cc140 Status TpuExecutor::RecordEvent(Stream* stream, in RecordEvent() function in tensorflow::tpu::TpuExecutor
/external/tensorflow/tensorflow/stream_executor/
Dstream_executor_internal.h251 virtual port::Status RecordEvent(Stream *stream, Event *event) = 0;
Dstream_executor_pimpl.cc750 port::Status StreamExecutor::RecordEvent(Stream *stream, Event *event) { in RecordEvent() function in stream_executor::StreamExecutor
751 return implementation_->RecordEvent(stream, event); in RecordEvent()
Dstream_executor_pimpl.h603 port::Status RecordEvent(Stream *stream, Event *event);
Dstream.cc332 port::Status status = parent_->RecordEvent(this, event); in ThenRecordEvent()
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_gpu_executor.cc587 port::Status GpuExecutor::RecordEvent(Stream* stream, Event* event) { in RecordEvent() function in stream_executor::gpu::GpuExecutor
629 bool ok = GpuDriver::RecordEvent(context_, other_completed_event, in CreateStreamDependency()
Drocm_driver.cc724 /* static */ port::Status GpuDriver::RecordEvent(GpuContext* context, in RecordEvent() function in stream_executor::gpu::GpuDriver
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_gpu_executor.cc679 port::Status GpuExecutor::RecordEvent(Stream* stream, Event* event) { in RecordEvent() function in stream_executor::gpu::GpuExecutor
721 bool ok = GpuDriver::RecordEvent(context_, other_completed_event, in CreateStreamDependency()
Dcuda_driver.cc1037 /* static */ port::Status GpuDriver::RecordEvent(GpuContext* context, in RecordEvent() function in stream_executor::gpu::GpuDriver
/external/tensorflow/tensorflow/core/framework/
Drun_handler.cc73 tracing::RecordEvent(tracing::EventCategory::kScheduleClosure, id); in CreateTask()
/external/tensorflow/tensorflow/c/experimental/stream_executor/
Dstream_executor.cc455 port::Status RecordEvent(Stream* stream, Event* event) override { in RecordEvent() function in stream_executor::__anon902a2f7b0111::CStreamExecutor