Home
last modified time | relevance | path

Searched defs:kernel_scale (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/XNNPACK/src/operators/
H A Dfully-connected-nc.c433 float kernel_scale, in xnn_create_fully_connected_nc_qs8()
514 float kernel_scale, in xnn_create_fully_connected_nc_qu8()
H A Dconvolution-nhwc.c672 float kernel_scale, in xnn_create_convolution2d_nhwc_qu8()
790 float kernel_scale, in xnn_create_convolution2d_nhwc_qs8()
904 const float* kernel_scale, in xnn_create_convolution2d_nhwc_qc8()
H A Ddeconvolution-nhwc.c306 float kernel_scale, in xnn_create_deconvolution2d_nhwc_qs8()
403 float kernel_scale, in xnn_create_deconvolution2d_nhwc_qu8()
/aosp_15_r20/external/XNNPACK/test/
H A Dfully-connected.cc300 const float kernel_scale = scale_dist(rng); in TEST_F() local
410 const float kernel_scale = scale_dist(rng); in TEST_F() local
H A Dconvolution-2d.cc575 const float kernel_scale = scale_dist(rng); in TEST_F() local
705 const float kernel_scale = scale_dist(rng); in TEST_F() local
H A Ddeconvolution-2d.cc384 const float kernel_scale = scale_dist(rng); in TEST_F() local
522 const float kernel_scale = scale_dist(rng); in TEST_F() local
H A Ddepthwise-convolution-2d.cc144 float kernel_scale; member in xnnpack::QuantizedDepthwiseConvolutionTestBase
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/
H A DXnnpackUtils.h276 float kernel_scale, in xnnp_create_fully_connected_nc()
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/xnnpack/
H A Dquantized_conv_2d_tester.h197 inline QuantizedConv2DTester& KernelScale(float kernel_scale) { in KernelScale()
H A Dquantized_depthwise_conv_2d_tester.h196 inline QuantizedDepthwiseConv2DTester& KernelScale(float kernel_scale) { in KernelScale()
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/image/
H A Dscale_and_translate_op_test.cc95 const Vector2f kernel_scale(antialias ? std::max(scale.x(), 1.0f) : 1.0, in Sample() local
H A Dscale_and_translate_op.cc62 const float kernel_scale = antialias ? std::max(inv_scale, 1.0f) : 1.0f; in ComputeSpansCore() local