Home
last modified time | relevance | path

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

/external/XNNPACK/src/operators/
Dfully-connected-nc.c330 const float rounded_output_max = fp16_ieee_to_fp32_value(fp16_output_max); in xnn_create_fully_connected_nc_f16() local
331 if (rounded_output_min >= rounded_output_max) { in xnn_create_fully_connected_nc_f16()
334 …_type_to_string(xnn_operator_type_fully_connected_nc_f16), rounded_output_min, rounded_output_max); in xnn_create_fully_connected_nc_f16()
Daverage-pooling-nhwc.c359 const float rounded_output_max = fp16_ieee_to_fp32_value(fp16_output_max); in xnn_create_average_pooling2d_nhwc_f16() local
360 if (rounded_output_min >= rounded_output_max) { in xnn_create_average_pooling2d_nhwc_f16()
363 …ype_to_string(xnn_operator_type_average_pooling_nhwc_f16), rounded_output_min, rounded_output_max); in xnn_create_average_pooling2d_nhwc_f16()
Dconvolution-nhwc.c1049 const float rounded_output_max = fp16_ieee_to_fp32_value(fp16_output_max); in xnn_create_convolution2d_nhwc_f16() local
1050 if (rounded_output_min >= rounded_output_max) { in xnn_create_convolution2d_nhwc_f16()
1053 …or_type_to_string(xnn_operator_type_convolution_nhwc_f16), rounded_output_min, rounded_output_max); in xnn_create_convolution2d_nhwc_f16()