Home
last modified time | relevance | path

Searched refs:weights_offset (Results 1 – 25 of 42) 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()
71 const int32_t filter_offset = params.weights_offset; in FullyConnected()
/external/tensorflow/tensorflow/lite/kernels/
Dbidirectional_sequence_rnn_test.cc1434 int weights_offset = 0; in run_closedbox_test_with_input_split() local
1437 while (weights_offset < full_weights_size) { in run_closedbox_test_with_input_split()
1438 std::copy(weights.begin() + weights_offset, in run_closedbox_test_with_input_split()
1439 weights.begin() + weights_offset + rnn.input_size(), in run_closedbox_test_with_input_split()
1441 weights_offset += rnn.input_size(); in run_closedbox_test_with_input_split()
1444 std::copy(weights.begin() + weights_offset, in run_closedbox_test_with_input_split()
1445 weights.begin() + weights_offset + rnn.aux_input_size(), in run_closedbox_test_with_input_split()
1447 weights_offset += rnn.aux_input_size(); in run_closedbox_test_with_input_split()
Ddepthwise_conv.cc351 op_params.weights_offset = filter_offset; in EvalQuantized()
392 op_params.weights_offset = 0; in EvalQuantizedPerChannel()
433 op_params.weights_offset = 0; in EvalQuantizedPerChannel16x8()
494 op_params.weights_offset = 0; in EvalHybridPerChannel()
Dfully_connected.cc640 op_params.weights_offset = -filter->params.zero_point; in FullyConnectedInt8()
671 op_params.weights_offset = -filter->params.zero_point; in FullyConnectedInt16()
716 op_params.weights_offset = filter_offset; in EvalQuantized()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Ddepthwise_conv.cc121 std::string weights_offset = "args.kernel_size_x * args.kernel_size_y"; in GenerateDepthwiseConvolutionCode() local
124 weights_offset += " * args.kernel_size_z"; in GenerateDepthwiseConvolutionCode()
127 c += " int fx_c = S * " + weights_offset + ";\n"; in GenerateDepthwiseConvolutionCode()
/external/tensorflow/tensorflow/lite/micro/kernels/
Dfully_connected_common.cc38 op_params.weights_offset = -op_data.filter_zero_point; in FullyConnectedParamsQuantized()
Ddepthwise_conv.cc216 op_params.weights_offset = 0; in EvalQuantizedPerChannel()
256 op_params.weights_offset = filter_offset; in EvalQuantized()
Dconv_common.cc62 op_params.weights_offset = -data.filter_zero_point; in ConvParamsQuantized()
Dtranspose_conv.cc182 data->params.weights_offset = -filter->params.zero_point; in Prepare()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/integer_ops/
Dfully_connected.h39 const int32 filter_offset = params.weights_offset; in FullyConnected()
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dfully_connected.h69 const int32_t filter_offset = params.weights_offset; in FullyConnected()
117 const int32_t filter_offset = params.weights_offset; in FullyConnected()
Dtranspose_conv.h141 const int32_t filter_offset = params.weights_offset; in TransposeConv()
Ddepthwiseconv_uint8.h108 const int32_t filter_offset = params.weights_offset; in Run()
Dconv.h117 const int32_t filter_offset = params.weights_offset; in Conv()
Dbatch_matmul.h228 const int32_t filter_offset = params.weights_offset; in BatchMatMul()
/external/tensorflow/tensorflow/lite/micro/kernels/vexriscv/
Ddepthwise_conv.cc176 const int32_t filter_offset = params.weights_offset; in DepthwiseConv()
419 op_params.weights_offset = 0; in EvalQuantizedPerChannel()
459 op_params.weights_offset = filter_offset; in EvalQuantized()
/external/tensorflow/tensorflow/lite/micro/kernels/cmsis_nn/
Ddepthwise_conv.cc337 op_params.weights_offset = 0; in EvalQuantizedPerChannel()
378 op_params.weights_offset = filter_offset; in EvalQuantized()
404 op_params.weights_offset, op_params.output_offset, in EvalQuantized()
/external/tensorflow/tensorflow/lite/micro/kernels/arc_mli/
Dfully_connected.cc266 op_params.weights_offset = -data.filter_zero_point; in EvalQuantizedInt8()
302 op_params.weights_offset = filter_offset; in EvalQuantized()
Ddepthwise_conv.cc465 op_params.weights_offset = 0; in EvalQuantizedPerChannel()
509 op_params.weights_offset = filter_offset; in EvalQuantized()
/external/tensorflow/tensorflow/lite/kernels/internal/
Dtypes.h863 int32_t weights_offset; member
903 int32_t weights_offset; member
937 int32_t weights_offset; member
Ddepthwiseconv_per_channel_quantized_16x8_test.cc235 params.weights_offset = 0; in TryTestOneDepthwiseConv3x3Filter()
Ddepthwiseconv_per_channel_quantized_test.cc280 params.weights_offset = 0; in TryTestOneDepthwiseConv3x3Filter()
Dconv_per_channel_quantized_16x8_test.cc241 params.weights_offset = 0; in TryTestOneConvFilter()
/external/tensorflow/tensorflow/lite/micro/kernels/ceva/
Dtypes.h975 int32_t weights_offset;
1002 int32_t weights_offset;
1036 int32_t weights_offset;
/external/tensorflow/tensorflow/lite/micro/kernels/xtensa/
Dfully_connected.cc41 const int32_t filter_offset = params.weights_offset; in FullyConnected()

12