Home
last modified time | relevance | path

Searched refs:input_zeropoint (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/
H A Dconcatenation.h82 const int32_t* input_zeropoint = params.input_zeropoint; in ConcatenationWithScaling() local
119 if (input_zeropoint[i] == output_zeropoint && in ConcatenationWithScaling()
124 const float bias = -input_zeropoint[i] * scale; in ConcatenationWithScaling()
H A Drequantize.h30 int32_t effective_scale_shift, int32_t input_zeropoint, in Requantize() argument
42 const int32_t zero_point_diff = input_zeropoint - output_zeropoint; in Requantize()
56 const int32_t input = input_data[i] - input_zeropoint; in Requantize()
H A Dportable_tensor_utils.h164 void MatrixBatchVectorMultiply(const int8_t* input, int32_t input_zeropoint, in MatrixBatchVectorMultiply() argument
171 input, input_zeropoint, input_to_gate_weights, in MatrixBatchVectorMultiply()
H A Dreference_ops.h403 const int32* input_zeropoint = params.input_zeropoint; in PackWithScaling() local
423 if (input_zeropoint[i] == output_zeropoint && in PackWithScaling()
430 const float bias = -input_zeropoint[i] * scale; in PackWithScaling()
H A Dlegacy_reference_ops.h672 const int32* input_zeropoint, in Concatenation() argument
685 op_params.input_zeropoint = input_zeropoint; in Concatenation()
1173 const Dims<4>* const* input_dims, const int32* input_zeropoint, in Pack() argument
1185 op_params.input_zeropoint = input_zeropoint; in Pack()
H A Dportable_tensor_utils_impl.h130 int32_t input_zeropoint,
H A Dportable_tensor_utils.cc378 int32_t input_zeropoint, in PortableMatrixBatchVectorMultiply() argument
393 acc += (input_val - input_zeropoint) * weights_val; in PortableMatrixBatchVectorMultiply()
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dquantize.cc76 int32_t input_zeropoint, int32_t output_zeropoint, in Requantize() argument
80 effective_scale_shift, input_zeropoint, in Requantize()
84 effective_scale_shift, input_zeropoint, in Requantize()
H A Dconcatenation.cc70 op_params.input_zeropoint = all_inputs.zero_point(); \ in EvalImpl()
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
H A Dneon_tensor_utils.h125 void MatrixBatchVectorMultiply(const int8_t* input, int32_t input_zeropoint, in MatrixBatchVectorMultiply() argument
132 input, input_zeropoint, input_to_gate_weights, in MatrixBatchVectorMultiply()
H A Dsse_tensor_utils.h139 void MatrixBatchVectorMultiply(const int8_t* input, int32_t input_zeropoint, in MatrixBatchVectorMultiply() argument
146 input, input_zeropoint, input_to_gate_weights, in MatrixBatchVectorMultiply()
H A Doptimized_ops.h5611 int32_t effective_scale_shift, int32_t input_zeropoint, in Requantize() argument
5614 effective_scale_shift, input_zeropoint, in Requantize()
5622 int32_t input_zeropoint,
5633 const int32x4_t input_zero_point_dup = vdupq_n_s32(-input_zeropoint);
5694 const int32_t input = input_data[i] - input_zeropoint;
5709 int32_t input_zeropoint,
5720 const int32x4_t input_zero_point_dup = vdupq_n_s32(-input_zeropoint);
5772 const int32_t input = input_data[i] - input_zeropoint;
5787 int32_t input_zeropoint,
5798 const int32x4_t input_zero_point_dup = vdupq_n_s32(-input_zeropoint);
[all …]
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/
DPack.cpp98 params->input_zeropoint = paramsInputZeroPoint.data(); in packParams()
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/
H A Dtypes.h677 const int32_t* input_zeropoint; member
860 const int32_t* input_zeropoint; member
H A Dportable_tensor_utils.h263 void MatrixBatchVectorMultiply(const int8_t* input, int32_t input_zeropoint,
/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tensorflow/lite/kernels/libtflite_kernel_utils/android_arm64_armv8-2a_cortex-a55_static_apex30_sabi/obj/external/tensorflow/tensorflow/lite/kernels/internal/
Dtranspose_utils.sdump27495 "field_name" : "input_zeropoint",
28644 "field_name" : "input_zeropoint",
Dquantization_util.sdump28140 "field_name" : "input_zeropoint",
29289 "field_name" : "input_zeropoint",
/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tensorflow/lite/kernels/libtflite_kernel_utils/android_arm64_armv8-2a_cortex-a55_static_apex30_sabi/obj/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dportable_tensor_utils.sdump65184 "field_name" : "input_zeropoint",
66390 "field_name" : "input_zeropoint",
/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tensorflow/lite/kernels/libtflite_kernel_utils/android_arm64_armv8-2a_cortex-a55_static_apex30_sabi/obj/external/tensorflow/tensorflow/lite/kernels/
Dkernel_util.sdump65539 "field_name" : "input_zeropoint",
66704 "field_name" : "input_zeropoint",
/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tensorflow/lite/kernels/libtflite_kernel_utils/android_arm64_armv8-2a_cortex-a55_static_apex30_sabi/obj/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dneon_tensor_utils.sdump109564 "field_name" : "input_zeropoint",
111157 "field_name" : "input_zeropoint",