Home
last modified time | relevance | path

Searched defs:linear_activation (Results 1 – 4 of 4) sorted by relevance

/external/XNNPACK/src/operators/
Ddeconvolution-nhwc.c539 const bool linear_activation = (output_max == INFINITY) && (output_min == -output_max); in xnn_create_deconvolution2d_nhwc_f16() local
632 const bool linear_activation = (output_max == INFINITY) && (output_min == -output_max); in xnn_create_deconvolution2d_nhwc_f32() local
Dfully-connected-nc.c400 const bool linear_activation = (output_max == INFINITY) && (output_min == -output_max); in xnn_create_fully_connected_nc_f32() local
Dconvolution-nhwc.c197 static enum xnn_status create_convolution2d_nhwc( in create_convolution2d_nhwc()
1166 const bool linear_activation = (output_max == INFINITY) && (output_min == -output_max); in xnn_create_convolution2d_nhwc_f32() local
Dbinary-elementwise-nd.c149 const bool linear_activation = (output_max == INFINITY) && (output_min == -output_max); in create_binary_elementwise_nd_f32() local