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

  /external/tensorflow/tensorflow/core/common_runtime/gpu/
pool_allocator.h 204 stream_exec_->HostMemoryDeallocate(ptr);
  /external/tensorflow/tensorflow/compiler/xla/service/interpreter/
executor.h 78 void HostMemoryDeallocate(void *mem) override {
  /external/tensorflow/tensorflow/stream_executor/cuda/
cuda_gpu_executor.h 86 void HostMemoryDeallocate(void *location) override {
  /external/tensorflow/tensorflow/stream_executor/host/
host_gpu_executor.h 70 void HostMemoryDeallocate(void *mem) override {
  /external/tensorflow/tensorflow/stream_executor/
stream_executor_internal.h 179 virtual void HostMemoryDeallocate(void *mem) = 0;
stream_executor_pimpl.cc 464 void StreamExecutor::HostMemoryDeallocate(void *location) {
465 VLOG(1) << "Called StreamExecutor::HostMemoryDeallocate(location=" << location
468 return implementation_->HostMemoryDeallocate(location);
stream_executor_pimpl.h 198 void HostMemoryDeallocate(void *location);
205 // HostMemoryDeallocate implicitly deregisters on deallocation.
    [all...]

Completed in 556 milliseconds