Home
last modified time | relevance | path

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

/external/XNNPACK/src/operators/
Dfully-connected-nc.c350 const bool linear_activation = (output_max == INFINITY) && (output_min == -output_max); in xnn_create_fully_connected_nc_f32() local
Dconvolution-nhwc.c61 static enum xnn_status create_convolution2d_nhwc( in create_convolution2d_nhwc()
735 const bool linear_activation = (output_max == INFINITY) && (output_min == -output_max); in xnn_create_convolution2d_nhwc_f32() local
Ddeconvolution-nhwc.c446 const bool linear_activation = (output_max == INFINITY) && (output_min == -output_max); in xnn_create_deconvolution2d_nhwc_f32() local
Dbinary-elementwise-nd.c147 const bool linear_activation = (output_max == INFINITY) && (output_min == -output_max); in create_binary_elementwise_nd_f32() local