Home
last modified time | relevance | path

Searched refs:weights_offset (Results 1 – 25 of 36) sorted by relevance

12

/external/tensorflow/tensorflow/lite/kernels/
Dbidirectional_sequence_rnn_test.cc1371 int weights_offset = 0; in run_blackbox_test_with_input_split() local
1374 while (weights_offset < full_weights_size) { in run_blackbox_test_with_input_split()
1375 std::copy(weights.begin() + weights_offset, in run_blackbox_test_with_input_split()
1376 weights.begin() + weights_offset + rnn.input_size(), in run_blackbox_test_with_input_split()
1378 weights_offset += rnn.input_size(); in run_blackbox_test_with_input_split()
1381 std::copy(weights.begin() + weights_offset, in run_blackbox_test_with_input_split()
1382 weights.begin() + weights_offset + rnn.aux_input_size(), in run_blackbox_test_with_input_split()
1384 weights_offset += rnn.aux_input_size(); in run_blackbox_test_with_input_split()
Ddepthwise_conv.cc331 op_params.weights_offset = filter_offset; in EvalQuantized()
372 op_params.weights_offset = 0; in EvalQuantizedPerChannel()
438 op_params.weights_offset = 0; in EvalHybridPerChannel()
Dfully_connected.cc389 op_params.weights_offset = -filter->params.zero_point; in FullyConnectedInt8()
421 op_params.weights_offset = -filter->params.zero_point; in FullyConnectedInt16()
453 op_params.weights_offset = filter_offset; in EvalQuantized()
Dtranspose_conv.cc399 op_params.weights_offset = filter_offset; in EvalQuantized()
/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/
Dfully_connected.h30 const int32 filter_offset = params.weights_offset; in FullyConnected()
72 const int32 filter_offset = params.weights_offset; in FullyConnected()
/external/tensorflow/tensorflow/lite/micro/kernels/
Dfully_connected.cc90 op_params.weights_offset = -filter->params.zero_point; in EvalQuantizedInt8()
117 op_params.weights_offset = filter_offset; in EvalQuantized()
Ddepthwise_conv.cc152 op_params.weights_offset = 0; in EvalQuantizedPerChannel()
188 op_params.weights_offset = filter_offset; in EvalQuantized()
Dconv.cc140 op_params.weights_offset = filter_offset; in EvalQuantized()
/external/tensorflow/tensorflow/lite/micro/kernels/xtensa-hifimini/
Dfully_connected.cc45 const int32 filter_offset = params.weights_offset; in FullyConnected()
212 op_params.weights_offset = -filter->params.zero_point; in EvalQuantizedInt8()
Ddepthwise_conv.cc314 op_params.weights_offset = 0; in EvalQuantizedPerChannel()
/external/tensorflow/tensorflow/lite/micro/kernels/arc/
Dfully_connected.cc130 op_params.weights_offset = -filter->params.zero_point; in EvalQuantizedInt8()
158 op_params.weights_offset = filter_offset; in EvalQuantized()
Ddepthwise_conv.cc229 op_params.weights_offset = 0; in EvalQuantizedPerChannel()
266 op_params.weights_offset = filter_offset; in EvalQuantized()
Dconv.cc138 op_params.weights_offset = filter_offset; in EvalQuantized()
/external/tensorflow/tensorflow/lite/micro/kernels/cmsis-nn/
Dfully_connected.cc119 op_params.weights_offset = -filter->params.zero_point; in EvalQuantizedInt8()
147 op_params.weights_offset = filter_offset; in EvalQuantized()
Ddepthwise_conv.cc156 op_params.weights_offset = 0; in EvalQuantizedPerChannel()
252 op_params.weights_offset = filter_offset; in EvalQuantized()
279 op_params.input_offset, op_params.weights_offset, in EvalQuantized()
Dconv.cc142 op_params.weights_offset = filter_offset; in EvalQuantized()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/integer_ops/
Dfully_connected.h37 const int32 filter_offset = params.weights_offset; in FullyConnected()
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dfully_connected.h71 const int32 filter_offset = params.weights_offset; in FullyConnected()
119 const int32 filter_offset = params.weights_offset; in FullyConnected()
Ddepthwiseconv_uint8.h109 const int32 filter_offset = params.weights_offset; in Run()
Dconv.h117 const int32 filter_offset = params.weights_offset; in Conv()
/external/tensorflow/tensorflow/lite/micro/kernels/portable_optimized/
Ddepthwise_conv.cc125 const int32 filter_offset = params.weights_offset; in DepthwiseConvOptimizedForFilterWidthEight()
355 op_params.weights_offset = 0; in EvalQuantizedPerChannel()
391 op_params.weights_offset = filter_offset; in EvalQuantized()
/external/tensorflow/tensorflow/lite/kernels/internal/
Dtypes.h820 int32 weights_offset; member
847 int32 weights_offset; member
875 int32 weights_offset; member
Ddepthwiseconv_per_channel_quantized_test.cc281 params.weights_offset = 0; in TryTestOneDepthwiseConv3x3Filter()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Ddepthwiseconv_3x3_filter_common.h275 if (params.weights_offset != -kSymmetricZeroPoint) {
Dlegacy_optimized_ops.h305 op_params.weights_offset = filter_offset; in DepthwiseConv()
1097 const int32 filter_offset = params.weights_offset; in FullyConnected()
1641 const int32 filter_offset = params.weights_offset; in FullyConnected()
1731 op_params.weights_offset = filter_offset; in FullyConnected()
1754 op_params.weights_offset = filter_offset; in FullyConnected()
2113 const int32 filter_offset = params.weights_offset; in FullyConnected()
2634 const int32 filter_offset = params.weights_offset; in Conv()
2749 op_params.weights_offset = filter_offset; in Conv()

12