Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/stream_executor/
Dtf_allocator_adapter.h55 bool AllowsAsynchronousDeallocation() const override { return true; } in AllowsAsynchronousDeallocation() function
102 bool AllowsAsynchronousDeallocation() const override { return true; } in AllowsAsynchronousDeallocation() function
Ddevice_memory_allocator.h217 virtual bool AllowsAsynchronousDeallocation() const { return false; } in AllowsAsynchronousDeallocation() function
Dstream_executor_pimpl.cc944 bool StreamExecutorMemoryAllocator::AllowsAsynchronousDeallocation() const { in AllowsAsynchronousDeallocation() function in stream_executor::StreamExecutorMemoryAllocator
/external/tensorflow/tensorflow/compiler/xla/service/
Dshaped_buffer_test.cc87 bool AllowsAsynchronousDeallocation() const override { return false; } in AllowsAsynchronousDeallocation() function in xla::__anon216fc2fb0111::TestAllocator