Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/tools/graph_transforms/
Dfreeze_requantization_ranges.cc117 float max_percentile; in FreezeRequantizationRanges() local
119 context.GetOneFloatParameter("max_percentile", 5.0f, &max_percentile)); in FreezeRequantizationRanges()
162 std::round(maxs.size() * (1.0f - (max_percentile / 100.0f))); in FreezeRequantizationRanges()
DREADME.md424 * max_percentile: Percentage cutoff to use to calculate an overall max.
505 and `max_percentile` arguments control how the overall min and max are chosen.