Home
last modified time | relevance | path

Searched refs:SetSafeFrontier (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dallocator.h288 virtual void SetSafeFrontier(uint64 count) {} in SetSafeFrontier() function
/external/tensorflow/tensorflow/core/common_runtime/
Dbfc_allocator.h82 void SetSafeFrontier(uint64 count) override;
Dbfc_allocator.cc798 void BFCAllocator::SetSafeFrontier(uint64 count) { in SetSafeFrontier() function in tensorflow::BFCAllocator
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_device.cc2068 allocator_->SetSafeFrontier(v); in RecordTerminated()