Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/lib/io/
Dcache.h110 virtual size_t TotalCharge() const = 0;
Dcache.cc179 size_t TotalCharge() const { in TotalCharge() function in tensorflow::table::__anon4220aee90111::LRUCache
400 size_t TotalCharge() const override { in TotalCharge() function in tensorflow::table::__anon4220aee90111::ShardedLRUCache
403 total += shard_[s].TotalCharge(); in TotalCharge()