Home
last modified time | relevance | path

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

12

/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.h228 const int32_t filter_offset = params.weights_offset; in BatchMatMul() local
/external/tensorflow/tensorflow/core/kernels/
Dquantized_conv_ops.cc58 int filter_offset, int stride, Padding padding, in operator ()()
204 int filter_offset, int stride, Padding padding, in operator ()()
/external/tensorflow/tensorflow/lite/micro/kernels/xtensa/
Dfully_connected.cc41 const int32_t filter_offset = params.weights_offset; in FullyConnected() local
/external/tensorflow/tensorflow/lite/micro/kernels/vexriscv/
Ddepthwise_conv.cc176 const int32_t filter_offset = params.weights_offset; in DepthwiseConv() local
443 const int32_t filter_offset = -data.filter_zero_point; in EvalQuantized() local
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dlegacy_optimized_ops.h282 const Dims<4>& filter_dims, int32 filter_offset, in DepthwiseConv()
322 const Dims<4>& filter_dims, int32 filter_offset, in DepthwiseConv()
342 const Dims<4>& filter_dims, int32 filter_offset, in DepthwiseConv()
365 const Dims<4>& filter_dims, int32 filter_offset, in DepthwiseConv()
774 const uint8* filter_data, int32 filter_offset, in LegacyFullyConnectedAsGEMVWorkerImpl()
1047 const uint8* filter_data, int32 filter_offset, in FullyConnectedAsGEMV()
1098 const int32 filter_offset = params.weights_offset; in FullyConnected() local
1642 const int32 filter_offset = params.weights_offset; in FullyConnected() local
1723 const Dims<4>& filter_dims, int32 filter_offset, in FullyConnected()
1748 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
/external/tensorflow/tensorflow/lite/kernels/
Dbatch_matmul.cc515 int32_t filter_offset = -rhs->params.zero_point; in EvalInt8() local
550 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.cc339 auto filter_offset = -filter->params.zero_point; in EvalQuantized() local
Dfully_connected.cc691 int32_t filter_offset = -filter->params.zero_point; in EvalQuantized() local
Dconv.cc610 auto filter_offset = -filter->params.zero_point; in EvalQuantized() local
/external/tensorflow/tensorflow/lite/micro/kernels/
Ddepthwise_conv.cc240 const int32_t filter_offset = -data.filter_zero_point; in EvalQuantized() local
/external/tensorflow/tensorflow/lite/micro/kernels/arc_mli/
Dfully_connected.cc297 const int32_t filter_offset = -data.filter_zero_point; in EvalQuantized() local
Ddepthwise_conv.cc493 const int32_t filter_offset = -data.filter_zero_point; in EvalQuantized() local
Dconv.cc275 const int32_t filter_offset = -data.filter_zero_point; in EvalQuantized() local
/external/tensorflow/tensorflow/lite/micro/kernels/cmsis_nn/
Ddepthwise_conv.cc362 const int32_t filter_offset = -data->filter_zero_point; in EvalQuantized() local
/external/libvpx/libvpx/vp8/common/arm/neon/
Dsixtappredict_neon.c70 int filter_offset, unsigned char *dst, in yonly4x4()

12