Lines Matching refs:accumulated_max
481 const float accumulated_max = *std::max_element(output_ref.cbegin(), output_ref.cend()); variable
482 const float accumulated_range = accumulated_max - accumulated_min;
484 …const float output_max = fp16_ieee_to_fp32_value(fp16_ieee_from_fp32_value(accumulated_max - float…
542 const float accumulated_max = *std::max_element(output_ref.cbegin(), output_ref.cend()); variable
543 const float accumulated_range = accumulated_max - accumulated_min;
545 …const float output_max = fp16_ieee_to_fp32_value(fp16_ieee_from_fp32_value(accumulated_max - float…
604 const float accumulated_max = *std::max_element(output_ref.cbegin(), output_ref.cend()); variable
605 const float accumulated_range = accumulated_max - accumulated_min;
607 const float output_max = accumulated_max - float(255 - qmax()) / 255.0f * accumulated_range;
671 const float accumulated_max = *std::max_element(output_ref.cbegin(), output_ref.cend()); variable
672 const float accumulated_range = accumulated_max - accumulated_min;
674 const float output_max = accumulated_max - float(255 - qmax()) / 255.0f * accumulated_range;