Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/util/
Dbuddy.cc378 uint64_t max_sz_in_unit = BitLeftShift(1, num_lvl_ - 1); in PercentFree() local
388 …return static_cast<int>(static_cast<float>(total_free_sz) / static_cast<float>(max_sz_in_unit) * k… in PercentFree()