Home
last modified time | relevance | path

Searched defs:HostMemoryDeallocate (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/gpu/
Dgpu_executor.h112 void HostMemoryDeallocate(void* location) 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/tpu/
Dtpu_executor.h203 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/c/experimental/stream_executor/
Dstream_executor.cc287 void HostMemoryDeallocate(void* mem) override { in HostMemoryDeallocate() function in stream_executor::__anon902a2f7b0111::CStreamExecutor
/external/tensorflow/tensorflow/stream_executor/
Dstream_executor_pimpl.cc556 void StreamExecutor::HostMemoryDeallocate(void *location) { in HostMemoryDeallocate() function in stream_executor::StreamExecutor