Lines Matching refs:accumulated_max
440 const float accumulated_max = *std::max_element(output_ref.cbegin(), output_ref.cend()); in Test() local
441 const float accumulated_range = accumulated_max - accumulated_min; in Test()
443 …const float output_max = fp16_ieee_to_fp32_value(fp16_ieee_from_fp32_value(accumulated_max - float… in Test()
502 const float accumulated_max = *std::max_element(output_ref.cbegin(), output_ref.cend()); in Test() local
503 const float accumulated_range = accumulated_max - accumulated_min; in Test()
505 …const float output_max = fp16_ieee_to_fp32_value(fp16_ieee_from_fp32_value(accumulated_max - float… in Test()
565 const float accumulated_max = *std::max_element(output_ref.cbegin(), output_ref.cend()); in Test() local
566 const float accumulated_range = accumulated_max - accumulated_min; in Test()
568 const float output_max = accumulated_max - float(255 - qmax()) / 255.0f * accumulated_range; in Test()
623 const float accumulated_max = *std::max_element(output_ref.cbegin(), output_ref.cend()); in Test() local
624 const float accumulated_range = accumulated_max - accumulated_min; in Test()
626 const float output_max = accumulated_max - float(255 - qmax()) / 255.0f * accumulated_range; in Test()