Searched refs:AllowsAsynchronousDeallocation (Results 1 – 5 of 5) sorted by relevance
70 virtual bool AllowsAsynchronousDeallocation() const = 0;93 bool AllowsAsynchronousDeallocation() const override;
80 bool StreamExecutorMemoryAllocator::AllowsAsynchronousDeallocation() const { in AllowsAsynchronousDeallocation() function in xla::StreamExecutorMemoryAllocator
88 bool AllowsAsynchronousDeallocation() const override { return false; } in AllowsAsynchronousDeallocation() function in xla::__anonfef8839d0111::TestAllocator
126 bool AllowsAsynchronousDeallocation() const override { return true; } in AllowsAsynchronousDeallocation() function
283 !memory_allocator->AllowsAsynchronousDeallocation(); in ExecuteOnStream()