Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/
Dcache_numa.cc190 int percent_free = 0; in PercentFree() local
193 percent_free += p->PercentFree(); in PercentFree()
197 return percent_free / num_arena; in PercentFree()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/util/
Dcircular_pool.cc188 int percent_free = 0; in PercentFree() local
191 percent_free += p->PercentFree(); in PercentFree()
195 return percent_free / num_arena; in PercentFree()