/external/tensorflow/tensorflow/core/platform/ |
D | tracing.h | 48 virtual void RecordEvent(uint64 arg) const = 0; 83 inline void RecordEvent(EventCategory category, uint64 arg) { in RecordEvent() function 85 collector->RecordEvent(arg); in RecordEvent()
|
D | threadpool.cc | 70 tracing::RecordEvent(tracing::EventCategory::kScheduleClosure, id); in CreateTask()
|
/external/tensorflow/tensorflow/stream_executor/gpu/ |
D | gpu_timer.cc | 75 port::Status status = GpuDriver::RecordEvent( in Start() 84 port::Status status = GpuDriver::RecordEvent( in Stop()
|
D | gpu_event.cc | 40 return GpuDriver::RecordEvent(parent_->gpu_context(), gpu_event_, in Record()
|
D | gpu_executor.h | 177 port::Status RecordEvent(Stream* stream, Event* event) override;
|
D | gpu_driver.h | 433 static port::Status RecordEvent(GpuContext* context, GpuEventHandle event,
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | process_util.cc | 171 tracing::RecordEvent(tracing::EventCategory::kScheduleClosure, id); in SchedClosure()
|
/external/tensorflow/tensorflow/stream_executor/host/ |
D | host_gpu_executor.h | 112 port::Status RecordEvent(Stream *stream, Event *event) override;
|
D | host_gpu_executor.cc | 237 port::Status HostExecutor::RecordEvent(Stream *stream, Event *event) { in RecordEvent() function in stream_executor::host::HostExecutor
|
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/ |
D | executor.h | 139 port::Status RecordEvent(Stream *stream, Event *event) override { in RecordEvent() function
|
/external/tensorflow/tensorflow/stream_executor/tpu/ |
D | tpu_executor.h | 148 Status RecordEvent(Stream* stream, ::stream_executor::Event* event) override;
|
D | tpu_executor.cc | 140 Status TpuExecutor::RecordEvent(Stream* stream, in RecordEvent() function in tensorflow::tpu::TpuExecutor
|
/external/tensorflow/tensorflow/stream_executor/ |
D | stream_executor_internal.h | 251 virtual port::Status RecordEvent(Stream *stream, Event *event) = 0;
|
D | stream_executor_pimpl.cc | 750 port::Status StreamExecutor::RecordEvent(Stream *stream, Event *event) { in RecordEvent() function in stream_executor::StreamExecutor 751 return implementation_->RecordEvent(stream, event); in RecordEvent()
|
D | stream_executor_pimpl.h | 603 port::Status RecordEvent(Stream *stream, Event *event);
|
D | stream.cc | 332 port::Status status = parent_->RecordEvent(this, event); in ThenRecordEvent()
|
/external/tensorflow/tensorflow/stream_executor/rocm/ |
D | rocm_gpu_executor.cc | 587 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()
|
D | rocm_driver.cc | 724 /* static */ port::Status GpuDriver::RecordEvent(GpuContext* context, in RecordEvent() function in stream_executor::gpu::GpuDriver
|
/external/tensorflow/tensorflow/stream_executor/cuda/ |
D | cuda_gpu_executor.cc | 679 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()
|
D | cuda_driver.cc | 1037 /* static */ port::Status GpuDriver::RecordEvent(GpuContext* context, in RecordEvent() function in stream_executor::gpu::GpuDriver
|
/external/tensorflow/tensorflow/c/experimental/stream_executor/ |
D | stream_executor.cc | 455 port::Status RecordEvent(Stream* stream, Event* event) override { in RecordEvent() function in stream_executor::__anon00950a620111::CStreamExecutor
|
/external/tensorflow/tensorflow/core/framework/ |
D | run_handler.cc | 73 tracing::RecordEvent(tracing::EventCategory::kScheduleClosure, id); in CreateTask()
|