Home
last modified time | relevance | path

Searched defs:filter_offset (Results 1 – 24 of 24) sorted by relevance

/external/libaom/aom_dsp/arm/
Dsubpel_variance_neon.c25 int dst_height, int filter_offset) { in var_filter_block2d_bil_w4()
46 int dst_height, int filter_offset) { in var_filter_block2d_bil_w8()
67 int dst_height, int filter_offset) { in var_filter_block2d_bil_large()
95 int dst_height, int filter_offset) { in var_filter_block2d_bil_w16()
102 int dst_height, int filter_offset) { in var_filter_block2d_bil_w32()
109 int dst_height, int filter_offset) { in var_filter_block2d_bil_w64()
117 int filter_offset) { in var_filter_block2d_bil_w128()
257 int filter_offset, in avg_pred_var_filter_block2d_bil_w4()
286 int filter_offset, in avg_pred_var_filter_block2d_bil_w8()
313 int dst_width, int dst_height, int filter_offset, in avg_pred_var_filter_block2d_bil_large()
[all …]
/external/libvpx/vpx_dsp/arm/
Dsubpel_variance_neon.c23 int dst_height, int filter_offset) { in var_filter_block2d_bil_w4()
44 int dst_height, int filter_offset) { in var_filter_block2d_bil_w8()
65 int dst_height, int filter_offset) { in var_filter_block2d_bil_large()
93 int dst_height, int filter_offset) { in var_filter_block2d_bil_w16()
99 int dst_height, int filter_offset) { in var_filter_block2d_bil_w32()
105 int dst_height, int filter_offset) { in var_filter_block2d_bil_w64()
225 int filter_offset, in avg_pred_var_filter_block2d_bil_w4()
253 int filter_offset, in avg_pred_var_filter_block2d_bil_w8()
279 int dst_width, int dst_height, int filter_offset, in avg_pred_var_filter_block2d_bil_large()
314 int dst_height, int filter_offset, const uint8_t *second_pred) { in avg_pred_var_filter_block2d_bil_w16()
[all …]
/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/
Dfully_connected.h120 const int32_t filter_offset = params.weights_offset; in FullyConnected() local
163 const int32_t filter_offset = params.weights_offset; in FullyConnected() local
/external/tensorflow/tensorflow/lite/kernels/internal/
Ddepthwiseconv_quantized_test.cc617 const RuntimeShape& filter_shape, std::int32_t filter_offset, in TestOneDepthwiseConvWithGivenOutputShift()
754 const RuntimeShape& filter_shape, std::int32_t filter_offset, in TestOneDepthwiseConvBisectOutputShift()
813 const RuntimeShape& filter_shape, std::int32_t filter_offset, in TestOneDepthwiseConv()
904 std::int32_t filter_offset = 0; in TryTestDepthwiseConv() local
929 std::int32_t filter_offset = -kSymmetricZeroPoint; in TryTestDepthwiseConv() local
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dfully_connected.h72 const int32_t filter_offset = params.weights_offset; in FullyConnected() local
120 const int32_t filter_offset = params.weights_offset; in FullyConnected() local
Dtranspose_conv.h143 const int32_t filter_offset = params.weights_offset; in TransposeConv() local
Dlegacy_reference_ops.h115 const Dims<4>& filter_dims, int32 filter_offset, in DepthwiseConv()
150 const Dims<4>& filter_dims, int32 filter_offset, in DepthwiseConv()
170 const Dims<4>& filter_dims, int32 filter_offset, in DepthwiseConv()
193 const Dims<4>& filter_dims, int32 filter_offset, in DepthwiseConv()
281 const Dims<4>& filter_dims, int32 filter_offset, in Conv()
315 const Dims<4>& filter_dims, int32 filter_offset, in Conv()
335 const Dims<4>& filter_dims, int32 filter_offset, in Conv()
364 const Dims<4>& filter_dims, int32 filter_offset, in Conv()
461 const Dims<4>& filter_dims, int32 filter_offset, in FullyConnected()
486 const Dims<4>& filter_dims, int32 filter_offset, in FullyConnected()
[all …]
Ddepthwiseconv_uint8.h130 const int32_t filter_offset = params.weights_offset; in Run() local
Dconv.h126 const int32_t filter_offset = params.weights_offset; in Conv() local
Dbatch_matmul.h229 const int32_t filter_offset = params.weights_offset; in BatchMatMul() local
/external/ComputeLibrary/tests/validation/reference/
DDepthwiseConvolutionLayer.cpp103 size_t filter_offset = filter_plane * out_z; in depthwise_convolution_fp() local
206 int filter_offset = filter_plane * out_z; in depthwise_convolution_quantized() local
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/integer_ops/
Dfully_connected.h110 const int32 filter_offset = params.weights_offset; in FullyConnected() local
/external/tensorflow/tensorflow/core/kernels/
Dquantized_conv_ops.cc61 int filter_offset, int stride, Padding padding, in operator ()()
207 int filter_offset, int stride, Padding padding, in operator ()()
Ddepthwise_conv_grad_op.cc511 int filter_offset = in DepthwiseConvBackpropInputReference() local
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dlegacy_optimized_ops.h283 const Dims<4>& filter_dims, int32 filter_offset, in DepthwiseConv()
323 const Dims<4>& filter_dims, int32 filter_offset, in DepthwiseConv()
343 const Dims<4>& filter_dims, int32 filter_offset, in DepthwiseConv()
366 const Dims<4>& filter_dims, int32 filter_offset, in DepthwiseConv()
775 const uint8* filter_data, int32 filter_offset, in LegacyFullyConnectedAsGEMVWorkerImpl()
1048 const uint8* filter_data, int32 filter_offset, in FullyConnectedAsGEMV()
1099 const int32 filter_offset = params.weights_offset; in FullyConnected() local
1643 const int32 filter_offset = params.weights_offset; in FullyConnected() local
1724 const Dims<4>& filter_dims, int32 filter_offset, in FullyConnected()
1749 const uint8* filter_data, const Dims<4>& filter_dims, int32 filter_offset, in FullyConnected()
[all …]
Dbatch_matmul.h326 const int32 filter_offset = params.weights_offset; in BatchMatMul() local
Doptimized_ops.h312 const int32 filter_offset = params.weights_offset; in FullyConnected() local
375 const int32 filter_offset = params.weights_offset; in FullyConnected() local
1218 const int32 filter_offset = params.weights_offset; in Conv() local
/external/tensorflow/tensorflow/lite/kernels/
Dbatch_matmul.cc524 int32_t filter_offset = -rhs->params.zero_point; in EvalInt8Int8() local
599 int32_t filter_offset = -rhs->params.zero_point; in EvalInt16() local
Ddepthwise_conv.cc343 auto filter_offset = -filter->params.zero_point; in EvalQuantized() local
Dtranspose_conv.cc442 int32_t filter_offset = -weights->params.zero_point; in EvalQuantized() local
Dconv.cc660 auto filter_offset = -filter->params.zero_point; in EvalQuantized() local
Dfully_connected.cc953 int32_t filter_offset = -filter->params.zero_point; in EvalQuantized() local
/external/libvpx/vp8/common/arm/neon/
Dsixtappredict_neon.c70 int filter_offset, unsigned char *dst, in yonly4x4()
/external/libaom/av1/encoder/
Dtemporal_filter.c901 const int filter_offset = in av1_tf_do_filtering_row() local