Home
last modified time | relevance | path

Searched refs:AllowsAsynchronousDeallocation (Results 1 – 5 of 5) 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
253 bool AllowsAsynchronousDeallocation() const override;
Dstream_executor_pimpl.cc944 bool StreamExecutorMemoryAllocator::AllowsAsynchronousDeallocation() const { in AllowsAsynchronousDeallocation() function in stream_executor::StreamExecutorMemoryAllocator
950 CHECK(!AllowsAsynchronousDeallocation()) in GetStream()
/external/tensorflow/tensorflow/compiler/xla/service/
Dshaped_buffer_test.cc87 bool AllowsAsynchronousDeallocation() const override { return false; } in AllowsAsynchronousDeallocation() function in xla::__anone4c562340111::TestAllocator
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_executable.cc424 !memory_allocator->AllowsAsynchronousDeallocation(); in ExecuteAsyncOnStreamImpl()