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

  /external/tensorflow/tensorflow/stream_executor/
stream_executor_pimpl.cc 648 port::Status StreamExecutor::DeallocateEvent(Event *event) {
649 return implementation_->DeallocateEvent(event);
  /external/tensorflow/tensorflow/stream_executor/cuda/
cuda_gpu_executor.cc 599 port::Status CUDAExecutor::DeallocateEvent(Event *event) {
    [all...]

Completed in 666 milliseconds