Home
last modified time | relevance | path

Searched defs:HostMemoryUnregister (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/stream_executor/host/
Dhost_gpu_executor.h73 bool HostMemoryUnregister(void* mem) override { return true; } in HostMemoryUnregister() function
/external/tensorflow/tensorflow/compiler/xla/stream_executor/tpu/
Dtpu_executor.h214 bool HostMemoryUnregister(void* mem) override { in HostMemoryUnregister() function
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dexecutor.h79 bool HostMemoryUnregister(void *mem) override { return true; } in HostMemoryUnregister() function
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_gpu_executor.cc451 bool GpuExecutor::HostMemoryUnregister(void* location) { in HostMemoryUnregister() function in stream_executor::gpu::GpuExecutor
/external/tensorflow/tensorflow/c/experimental/stream_executor/
Dstream_executor.cc264 bool HostMemoryUnregister(void* mem) override { return false; } in HostMemoryUnregister() function in stream_executor::__anon38e6fc0f0111::CStreamExecutor
/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/
Dcuda_gpu_executor.cc583 bool GpuExecutor::HostMemoryUnregister(void* location) { in HostMemoryUnregister() function in stream_executor::gpu::GpuExecutor
/external/tensorflow/tensorflow/compiler/xla/stream_executor/
Dstream_executor_pimpl.cc576 bool StreamExecutor::HostMemoryUnregister(void* location) { in HostMemoryUnregister() function in stream_executor::StreamExecutor