Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/device/
Ddevice_host_allocator.h58 stream_exec_->HostMemoryDeallocate(ptr); in Free()
/external/tensorflow/tensorflow/stream_executor/host/
Dhost_gpu_executor.h69 void HostMemoryDeallocate(void *mem) override { in HostMemoryDeallocate() function
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dexecutor.h76 void HostMemoryDeallocate(void *mem) override { in HostMemoryDeallocate() function
/external/tensorflow/tensorflow/stream_executor/tpu/
Dtpu_executor.h203 void HostMemoryDeallocate(void* mem) override { in HostMemoryDeallocate() function
/external/tensorflow/tensorflow/stream_executor/
Dstream_executor_internal.h215 virtual void HostMemoryDeallocate(void *mem) = 0;
Dstream_executor_pimpl.cc556 void StreamExecutor::HostMemoryDeallocate(void *location) { in HostMemoryDeallocate() function in stream_executor::StreamExecutor
560 return implementation_->HostMemoryDeallocate(location); in HostMemoryDeallocate()
Dstream_executor_pimpl.h217 void HostMemoryDeallocate(void *location);
/external/tensorflow/tensorflow/stream_executor/gpu/
Dgpu_executor.h112 void HostMemoryDeallocate(void* location) override { in HostMemoryDeallocate() function
/external/tensorflow/tensorflow/c/experimental/stream_executor/
Dstream_executor.cc287 void HostMemoryDeallocate(void* mem) override { in HostMemoryDeallocate() function in stream_executor::__anon902a2f7b0111::CStreamExecutor
Dstream_executor_test.cc383 executor->HostMemoryDeallocate(mem); in TEST_F()