Home
last modified time | relevance | path

Searched refs:HostMemoryDeallocate (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_host_allocator.h56 stream_exec_->HostMemoryDeallocate(ptr); in Free()
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dexecutor.h77 void HostMemoryDeallocate(void *mem) override { in HostMemoryDeallocate() function
/external/tensorflow/tensorflow/stream_executor/host/
Dhost_gpu_executor.h69 void HostMemoryDeallocate(void *mem) override { in HostMemoryDeallocate() function
/external/tensorflow/tensorflow/stream_executor/
Dstream_executor_internal.h212 virtual void HostMemoryDeallocate(void *mem) = 0;
Dstream_executor_pimpl.cc569 void StreamExecutor::HostMemoryDeallocate(void *location) { in HostMemoryDeallocate() function in stream_executor::StreamExecutor
573 return implementation_->HostMemoryDeallocate(location); in HostMemoryDeallocate()
Dstream_executor_pimpl.h229 void HostMemoryDeallocate(void *location);
/external/tensorflow/tensorflow/stream_executor/gpu/
Dgpu_executor.h112 void HostMemoryDeallocate(void* location) override { in HostMemoryDeallocate() function