Home
last modified time | relevance | path

Searched refs:UnifiedMemoryDeallocate (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/gpu/
Dgpu_executor.h100 void UnifiedMemoryDeallocate(void* location) override { in UnifiedMemoryDeallocate() function
101 return GpuDriver::UnifiedMemoryDeallocate(context_, location); in UnifiedMemoryDeallocate()
Dgpu_driver.h121 static void UnifiedMemoryDeallocate(GpuContext* context, void* location);
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_bfc_allocator.h69 stream_exec_->UnifiedMemoryDeallocate(ptr); in Free()
/external/tensorflow/tensorflow/stream_executor/
Dstream_executor_internal.h210 virtual void UnifiedMemoryDeallocate(void *mem) {} in UnifiedMemoryDeallocate() function
Dstream_executor_pimpl.cc555 void StreamExecutor::UnifiedMemoryDeallocate(void *location) { in UnifiedMemoryDeallocate() function in stream_executor::StreamExecutor
559 return implementation_->UnifiedMemoryDeallocate(location); in UnifiedMemoryDeallocate()
Dstream_executor_pimpl.h220 void UnifiedMemoryDeallocate(void *location);
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_driver.cc693 /* static */ void GpuDriver::UnifiedMemoryDeallocate(GpuContext* context, in UnifiedMemoryDeallocate() function in stream_executor::gpu::GpuDriver
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_driver.cc877 /* static */ void GpuDriver::UnifiedMemoryDeallocate(GpuContext* context, in UnifiedMemoryDeallocate() function in stream_executor::gpu::GpuDriver