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

  /external/tensorflow/tensorflow/stream_executor/host/
host_gpu_executor.cc 159 bool HostExecutor::AllocateStream(Stream *stream) { return true; }
  /external/tensorflow/tensorflow/stream_executor/
stream_executor_pimpl.cc 664 bool StreamExecutor::AllocateStream(Stream *stream) {
666 if (!implementation_->AllocateStream(stream)) {
  /external/tensorflow/tensorflow/stream_executor/cuda/
cuda_gpu_executor.cc 624 bool CUDAExecutor::AllocateStream(Stream *stream) {
    [all...]

Completed in 144 milliseconds