HomeSort by relevance Sort by last modified time
    Searched refs:CreateStreamDependency (Results 1 - 10 of 10) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/interpreter/
executor.cc 85 bool InterpreterExecutor::CreateStreamDependency(Stream *dependent,
executor.h 153 bool CreateStreamDependency(Stream *dependent, Stream *other) override;
  /external/tensorflow/tensorflow/stream_executor/cuda/
cuda_gpu_executor.h 135 bool CreateStreamDependency(Stream *dependent, Stream *other) override;
cuda_gpu_executor.cc 644 bool CUDAExecutor::CreateStreamDependency(Stream *dependent, Stream *other) {
    [all...]
  /external/tensorflow/tensorflow/stream_executor/host/
host_gpu_executor.cc 163 bool HostExecutor::CreateStreamDependency(Stream *dependent, Stream *other) {
host_gpu_executor.h 131 bool CreateStreamDependency(Stream *dependent, Stream *other) override;
  /external/tensorflow/tensorflow/stream_executor/
stream_executor_internal.h 217 virtual bool CreateStreamDependency(Stream *dependent, Stream *other) = 0;
stream_executor_pimpl.cc 682 bool StreamExecutor::CreateStreamDependency(Stream *dependent, Stream *other) {
683 return implementation_->CreateStreamDependency(dependent, other);
stream_executor_pimpl.h 540 bool CreateStreamDependency(Stream *dependent, Stream *other);
    [all...]
stream.cc     [all...]

Completed in 226 milliseconds