Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dbfc_allocator.cc113 if (mem_addr == nullptr && !started_backpedal_) { in Extend()
115 started_backpedal_ = true; in Extend()
Dbfc_allocator.h436 bool started_backpedal_ = false; variable