Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dbfc_allocator.cc117 static constexpr float kBackpedalFactor = 0.9; in Extend() local
121 bytes = RoundedBytes(bytes * kBackpedalFactor); in Extend()