Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/jit/
H A Dtest_optimize_for_mobile_preserve_debug_info.py156 linear_activation, argument
/aosp_15_r20/external/XNNPACK/src/operators/
H A 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
H A 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
H A Dfully-connected-nc.c400 const bool linear_activation = (output_max == INFINITY) && (output_min == -output_max); in xnn_create_fully_connected_nc_f32() local
H A Dbinary-elementwise-nd.c149 const bool linear_activation = (output_max == INFINITY) && (output_min == -output_max); in create_binary_elementwise_nd_f32() local