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

  /external/tensorflow/tensorflow/compiler/xla/service/interpreter/
executor.h 81 bool HostMemoryUnregister(void *mem) override { return true; }
  /external/tensorflow/tensorflow/stream_executor/host/
host_gpu_executor.h 73 bool HostMemoryUnregister(void *mem) override { return true; }
  /external/tensorflow/tensorflow/stream_executor/
stream_executor_internal.h 214 virtual bool HostMemoryUnregister(void *mem) = 0;
stream_executor_pimpl.cc 586 bool StreamExecutor::HostMemoryUnregister(void *location) {
587 VLOG(1) << "Called StreamExecutor::HostMemoryUnregister(location=" << location
589 return implementation_->HostMemoryUnregister(location);
stream_executor_pimpl.h 241 bool HostMemoryUnregister(void *location) SE_MUST_USE_RESULT;
    [all...]
  /external/tensorflow/tensorflow/stream_executor/gpu/
gpu_executor.h 118 bool HostMemoryUnregister(void* location) override;
  /external/tensorflow/tensorflow/stream_executor/cuda/
cuda_gpu_executor.cc 570 bool GpuExecutor::HostMemoryUnregister(void* location) {
    [all...]
  /external/tensorflow/tensorflow/stream_executor/rocm/
rocm_gpu_executor.cc 451 bool GpuExecutor::HostMemoryUnregister(void* location) {
    [all...]

Completed in 622 milliseconds