Home
last modified time | relevance | path

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

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