Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/
Dfully_connected.h30 const int32_t filter_offset = params.weights_offset; in FullyConnected() local
71 const int32_t filter_offset = params.weights_offset; in FullyConnected() local
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/integer_ops/
Dfully_connected.h39 const int32 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.h69 const int32_t filter_offset = params.weights_offset; in FullyConnected() local
117 const int32_t filter_offset = params.weights_offset; in FullyConnected() local
Dtranspose_conv.h141 const int32_t filter_offset = params.weights_offset; in TransposeConv() local
Dlegacy_reference_ops.h113 const Dims<4>& filter_dims, int32 filter_offset, in DepthwiseConv()
148 const Dims<4>& filter_dims, int32 filter_offset, in DepthwiseConv()
168 const Dims<4>& filter_dims, int32 filter_offset, in DepthwiseConv()
191 const Dims<4>& filter_dims, int32 filter_offset, in DepthwiseConv()
279 const Dims<4>& filter_dims, int32 filter_offset, in Conv()
313 const Dims<4>& filter_dims, int32 filter_offset, in Conv()
333 const Dims<4>& filter_dims, int32 filter_offset, in Conv()
362 const Dims<4>& filter_dims, int32 filter_offset, in Conv()
459 const Dims<4>& filter_dims, int32 filter_offset, in FullyConnected()
484 const Dims<4>& filter_dims, int32 filter_offset, in FullyConnected()
[all …]
Ddepthwiseconv_uint8.h108 const int32_t filter_offset = params.weights_offset; in Run() local
Dconv.h117 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/core/kernels/
Dquantized_conv_ops.cc60 int filter_offset, int stride, Padding padding, in operator ()()
206 int filter_offset, int stride, Padding padding, in operator ()()
Ddepthwise_conv_grad_op.cc508 int filter_offset = in DepthwiseConvBackpropInputReference() local
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dlegacy_optimized_ops.h281 const Dims<4>& filter_dims, int32 filter_offset, in DepthwiseConv()
321 const Dims<4>& filter_dims, int32 filter_offset, in DepthwiseConv()
341 const Dims<4>& filter_dims, int32 filter_offset, in DepthwiseConv()
364 const Dims<4>& filter_dims, int32 filter_offset, in DepthwiseConv()
773 const uint8* filter_data, int32 filter_offset, in LegacyFullyConnectedAsGEMVWorkerImpl()
1046 const uint8* filter_data, int32 filter_offset, in FullyConnectedAsGEMV()
1097 const int32 filter_offset = params.weights_offset; in FullyConnected() local
1641 const int32 filter_offset = params.weights_offset; in FullyConnected() local
1722 const Dims<4>& filter_dims, int32 filter_offset, in FullyConnected()
1747 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.h374 const int32 filter_offset = params.weights_offset; in FullyConnected() local
437 const int32 filter_offset = params.weights_offset; in FullyConnected() local
1547 const int32 filter_offset = params.weights_offset; in Conv() local
/external/tensorflow/tensorflow/lite/kernels/
Dbatch_matmul.cc521 int32_t filter_offset = -rhs->params.zero_point; in EvalInt8Int8() local
571 int32_t filter_offset = -rhs->params.zero_point; in EvalInt16() local
Dtranspose_conv.cc441 int32_t filter_offset = -weights->params.zero_point; in EvalQuantized() local
Ddepthwise_conv.cc341 auto filter_offset = -filter->params.zero_point; in EvalQuantized() local
Dconv.cc636 auto filter_offset = -filter->params.zero_point; in EvalQuantized() local
Dfully_connected.cc745 int32_t filter_offset = -filter->params.zero_point; in EvalQuantized() local
/external/libvpx/libvpx/vp8/common/arm/neon/
Dsixtappredict_neon.c70 int filter_offset, unsigned char *dst, in yonly4x4()
/external/libaom/libaom/av1/encoder/
Dtemporal_filter.c873 const int filter_offset = in av1_tf_do_filtering_row() local