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

  /external/tensorflow/tensorflow/stream_executor/
stream_executor_internal.cc 46 // The default implementation just calls the other HostCallback method.
48 bool StreamExecutorInterface::HostCallback(Stream* stream,
50 return HostCallback(
stream_executor_pimpl.cc 744 bool StreamExecutor::HostCallback(Stream *stream,
746 return implementation_->HostCallback(stream, std::move(callback));
749 bool StreamExecutor::HostCallback(Stream *stream,
751 return implementation_->HostCallback(stream, std::move(callback));
  /external/tensorflow/tensorflow/compiler/xla/service/interpreter/
executor.cc 81 bool XlaInterpreterExecutor::HostCallback(
  /external/tensorflow/tensorflow/stream_executor/host/
host_gpu_executor.cc 150 bool HostExecutor::HostCallback(Stream *stream,
  /external/tensorflow/tensorflow/stream_executor/cuda/
cuda_gpu_executor.cc 678 bool GpuExecutor::HostCallback(Stream* stream,
    [all...]
  /external/tensorflow/tensorflow/stream_executor/rocm/
rocm_gpu_executor.cc 559 bool GpuExecutor::HostCallback(Stream* stream,
    [all...]

Completed in 467 milliseconds