/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/ |
D | fully_connected.h | 30 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/ |
D | bidirectional_sequence_rnn_test.cc | 1434 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()
|
D | depthwise_conv.cc | 351 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()
|
D | fully_connected.cc | 640 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/ |
D | depthwise_conv.cc | 121 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/ |
D | fully_connected_common.cc | 38 op_params.weights_offset = -op_data.filter_zero_point; in FullyConnectedParamsQuantized()
|
D | depthwise_conv.cc | 216 op_params.weights_offset = 0; in EvalQuantizedPerChannel() 256 op_params.weights_offset = filter_offset; in EvalQuantized()
|
D | conv_common.cc | 62 op_params.weights_offset = -data.filter_zero_point; in ConvParamsQuantized()
|
D | transpose_conv.cc | 182 data->params.weights_offset = -filter->params.zero_point; in Prepare()
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/integer_ops/ |
D | fully_connected.h | 39 const int32 filter_offset = params.weights_offset; in FullyConnected()
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
D | fully_connected.h | 69 const int32_t filter_offset = params.weights_offset; in FullyConnected() 117 const int32_t filter_offset = params.weights_offset; in FullyConnected()
|
D | transpose_conv.h | 141 const int32_t filter_offset = params.weights_offset; in TransposeConv()
|
D | depthwiseconv_uint8.h | 108 const int32_t filter_offset = params.weights_offset; in Run()
|
D | conv.h | 117 const int32_t filter_offset = params.weights_offset; in Conv()
|
D | batch_matmul.h | 228 const int32_t filter_offset = params.weights_offset; in BatchMatMul()
|
/external/tensorflow/tensorflow/lite/micro/kernels/vexriscv/ |
D | depthwise_conv.cc | 176 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/ |
D | depthwise_conv.cc | 337 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/ |
D | fully_connected.cc | 266 op_params.weights_offset = -data.filter_zero_point; in EvalQuantizedInt8() 302 op_params.weights_offset = filter_offset; in EvalQuantized()
|
D | depthwise_conv.cc | 465 op_params.weights_offset = 0; in EvalQuantizedPerChannel() 509 op_params.weights_offset = filter_offset; in EvalQuantized()
|
/external/tensorflow/tensorflow/lite/kernels/internal/ |
D | types.h | 863 int32_t weights_offset; member 903 int32_t weights_offset; member 937 int32_t weights_offset; member
|
D | depthwiseconv_per_channel_quantized_16x8_test.cc | 235 params.weights_offset = 0; in TryTestOneDepthwiseConv3x3Filter()
|
D | depthwiseconv_per_channel_quantized_test.cc | 280 params.weights_offset = 0; in TryTestOneDepthwiseConv3x3Filter()
|
D | conv_per_channel_quantized_16x8_test.cc | 241 params.weights_offset = 0; in TryTestOneConvFilter()
|
/external/tensorflow/tensorflow/lite/micro/kernels/ceva/ |
D | types.h | 975 int32_t weights_offset; 1002 int32_t weights_offset; 1036 int32_t weights_offset;
|
/external/tensorflow/tensorflow/lite/micro/kernels/xtensa/ |
D | fully_connected.cc | 41 const int32_t filter_offset = params.weights_offset; in FullyConnected()
|