/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/ |
D | fully_connected.h | 30 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/ |
D | fully_connected.h | 39 const int32 filter_offset = params.weights_offset; in FullyConnected() local
|
/external/tensorflow/tensorflow/lite/kernels/internal/ |
D | depthwiseconv_quantized_test.cc | 617 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/ |
D | fully_connected.h | 69 const int32_t filter_offset = params.weights_offset; in FullyConnected() local 117 const int32_t filter_offset = params.weights_offset; in FullyConnected() local
|
D | transpose_conv.h | 141 const int32_t filter_offset = params.weights_offset; in TransposeConv() local
|
D | legacy_reference_ops.h | 113 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 …]
|
D | depthwiseconv_uint8.h | 108 const int32_t filter_offset = params.weights_offset; in Run() local
|
D | conv.h | 117 const int32_t filter_offset = params.weights_offset; in Conv() local
|
D | batch_matmul.h | 228 const int32_t filter_offset = params.weights_offset; in BatchMatMul() local
|
/external/tensorflow/tensorflow/core/kernels/ |
D | quantized_conv_ops.cc | 58 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/ |
D | fully_connected.cc | 41 const int32_t filter_offset = params.weights_offset; in FullyConnected() local
|
/external/tensorflow/tensorflow/lite/micro/kernels/vexriscv/ |
D | depthwise_conv.cc | 176 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/ |
D | legacy_optimized_ops.h | 282 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 …]
|
D | batch_matmul.h | 326 const int32 filter_offset = params.weights_offset; in BatchMatMul() local
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | batch_matmul.cc | 515 int32_t filter_offset = -rhs->params.zero_point; in EvalInt8() local 550 int32_t filter_offset = -rhs->params.zero_point; in EvalInt16() local
|
D | transpose_conv.cc | 441 int32_t filter_offset = -weights->params.zero_point; in EvalQuantized() local
|
D | depthwise_conv.cc | 339 auto filter_offset = -filter->params.zero_point; in EvalQuantized() local
|
D | fully_connected.cc | 691 int32_t filter_offset = -filter->params.zero_point; in EvalQuantized() local
|
D | conv.cc | 610 auto filter_offset = -filter->params.zero_point; in EvalQuantized() local
|
/external/tensorflow/tensorflow/lite/micro/kernels/ |
D | depthwise_conv.cc | 240 const int32_t filter_offset = -data.filter_zero_point; in EvalQuantized() local
|
/external/tensorflow/tensorflow/lite/micro/kernels/arc_mli/ |
D | fully_connected.cc | 297 const int32_t filter_offset = -data.filter_zero_point; in EvalQuantized() local
|
D | depthwise_conv.cc | 493 const int32_t filter_offset = -data.filter_zero_point; in EvalQuantized() local
|
D | conv.cc | 275 const int32_t filter_offset = -data.filter_zero_point; in EvalQuantized() local
|
/external/tensorflow/tensorflow/lite/micro/kernels/cmsis_nn/ |
D | depthwise_conv.cc | 362 const int32_t filter_offset = -data->filter_zero_point; in EvalQuantized() local
|
/external/libvpx/libvpx/vp8/common/arm/neon/ |
D | sixtappredict_neon.c | 70 int filter_offset, unsigned char *dst, in yonly4x4()
|