HomeSort by relevance Sort by last modified time
    Searched defs:RecordEvent (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/core/platform/default/
tracing_impl.h 49 inline void Tracing::RecordEvent(EventCategory category, uint64 arg) {
  /external/tensorflow/tensorflow/stream_executor/
stream_executor_pimpl.cc 652 port::Status StreamExecutor::RecordEvent(Stream *stream, Event *event) {
653 return implementation_->RecordEvent(stream, event);
  /external/tensorflow/tensorflow/stream_executor/cuda/
cuda_driver.cc     [all...]
cuda_gpu_executor.cc 603 port::Status CUDAExecutor::RecordEvent(Stream *stream, Event *event) {
646 bool ok = CUDADriver::RecordEvent(context_, other_completed_event,
    [all...]

Completed in 174 milliseconds