Home
last modified time | relevance | path

Searched defs:HostMemoryDeallocate (Results 1 – 4 of 4) 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/compiler/xla/service/interpreter/
Dexecutor.h77 void HostMemoryDeallocate(void *mem) override { in HostMemoryDeallocate() function
/external/tensorflow/tensorflow/stream_executor/
Dstream_executor_pimpl.cc569 void StreamExecutor::HostMemoryDeallocate(void *location) { in HostMemoryDeallocate() function in stream_executor::StreamExecutor