Home
last modified time | relevance | path

Searched defs:RecordEvent (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/core/platform/
Dtracing.h83 inline void RecordEvent(EventCategory category, uint64 arg) { in RecordEvent() function
/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.cc140 Status TpuExecutor::RecordEvent(Stream* stream, in RecordEvent() function in tensorflow::tpu::TpuExecutor
/external/tensorflow/tensorflow/stream_executor/host/
Dhost_gpu_executor.cc237 port::Status HostExecutor::RecordEvent(Stream *stream, Event *event) { in RecordEvent() function in stream_executor::host::HostExecutor
/external/tensorflow/tensorflow/c/experimental/stream_executor/
Dstream_executor.cc455 port::Status RecordEvent(Stream* stream, Event* event) override { in RecordEvent() function in stream_executor::__anon00950a620111::CStreamExecutor
/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
Dcuda_driver.cc1037 /* static */ port::Status GpuDriver::RecordEvent(GpuContext* context, in RecordEvent() function in stream_executor::gpu::GpuDriver
/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
Drocm_driver.cc724 /* static */ port::Status GpuDriver::RecordEvent(GpuContext* context, in RecordEvent() function in stream_executor::gpu::GpuDriver
/external/tensorflow/tensorflow/stream_executor/
Dstream_executor_pimpl.cc750 port::Status StreamExecutor::RecordEvent(Stream *stream, Event *event) { in RecordEvent() function in stream_executor::StreamExecutor