Searched refs:max_ (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/cmds/dumpstate/ |
D | dumpstate.cpp | 3025 max_(initial_max), in Progress() 3039 MYLOGI("Could not read stats from %s; using max of %d\n", path_.c_str(), max_); in Load() 3043 MYLOGE("No stats (empty file) on %s; using max of %d\n", path_.c_str(), max_); in Load() 3050 (int)lines.size(), max_); in Load() 3063 max_ = initial_max_; in Load() 3065 MYLOGI("Average max progress: %d in %d runs; estimated max: %d\n", average_max_, n_runs_, max_); in Load() 3092 if (progress_ > max_) { in Inc() 3093 int32_t old_max = max_; in Inc() 3094 max_ = floor((float)progress_ * growth_factor_); in Inc() 3095 MYLOGD("Adjusting max progress from %d to %d\n", old_max, max_); in Inc() [all …]
|
D | dumpstate.h | 145 int32_t max_; variable
|
/frameworks/ml/nn/tools/api/ |
D | types.spec | 1667 * max_{di, dj} (
|