Searched refs:has_memory_limit (Results 1 – 1 of 1) sorted by relevance
111 if (has_capacity() || has_memory_limit()) { in notify_inserters_if_bounded()132 bool has_memory_limit() const EXCLUSIVE_LOCKS_REQUIRED(mu_) { in has_memory_limit() function in tensorflow::__anon07039e130111::StagingMap138 return has_memory_limit() && bytes + current_bytes_ > memory_limit_; in would_exceed_memory_limit()238 if (has_memory_limit() && bytes > memory_limit_) { in check_memory_limit()