Home
last modified time | relevance | path

Searched defs:HostMemoryRegister (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/host/
Dhost_gpu_executor.h72 bool HostMemoryRegister(void *mem, uint64 size) override { return true; } in HostMemoryRegister() function
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dexecutor.h80 bool HostMemoryRegister(void *mem, uint64 size) override { return true; } in HostMemoryRegister() function
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_gpu_executor.cc442 bool GpuExecutor::HostMemoryRegister(void* location, uint64 size) { in HostMemoryRegister() function in stream_executor::gpu::GpuExecutor
/external/tensorflow/tensorflow/stream_executor/
Dstream_executor_pimpl.cc576 bool StreamExecutor::HostMemoryRegister(void *location, uint64 size) { in HostMemoryRegister() function in stream_executor::StreamExecutor
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_gpu_executor.cc561 bool GpuExecutor::HostMemoryRegister(void* location, uint64 size) { in HostMemoryRegister() function in stream_executor::gpu::GpuExecutor