Home
last modified time | relevance | path

Searched defs:AllowsAsynchronousDeallocation (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/stream_executor/
Dtf_allocator_adapter.h61 bool AllowsAsynchronousDeallocation() const override { return true; } in AllowsAsynchronousDeallocation() function
114 bool AllowsAsynchronousDeallocation() const override { return true; } in AllowsAsynchronousDeallocation() function
Ddevice_memory_allocator.h219 virtual bool AllowsAsynchronousDeallocation() const { return false; } in AllowsAsynchronousDeallocation() function
Dstream_executor_pimpl.cc958 bool StreamExecutorMemoryAllocator::AllowsAsynchronousDeallocation() const { in AllowsAsynchronousDeallocation() function in stream_executor::StreamExecutorMemoryAllocator
/external/tensorflow/tensorflow/compiler/xla/service/
Dshaped_buffer_test.cc89 bool AllowsAsynchronousDeallocation() const override { return false; } in AllowsAsynchronousDeallocation() function in xla::__anon0784d4aa0111::TestAllocator