Home
last modified time | relevance | path

Searched defs:zero_point (Results 1 – 22 of 22) sorted by relevance

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/
A Dmicro_utils.h35 T FloatToQuantizedType(const float value, const float scale, int zero_point) { in FloatToQuantizedType()
67 int zero_point) { in Quantize()
126 int zero_point, float* dequantized_values) { in Dequantize()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/reference/
A Ddequantize.h35 int32_t zero_point = op_params.zero_point; in Dequantize() local
55 const int32_t* zero_point = op_params.zero_point; in PerChannelDequantize() local
A Dquantize.h36 const int32_t zero_point = op_params.zero_point; in AffineQuantize() local
A Dlegacy_reference_ops.h869 int32 zero_point, double scale, float* output_data, in Dequantize()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/
A Dcpu_backend_gemm_custom_gemv.h197 std::uint8_t zero_point) { in Load16AndSubtractZeroPoint()
209 std::int8_t zero_point) { in Load16AndSubtractZeroPoint()
221 std::uint8_t zero_point) { in Load8AndSubtractZeroPoint()
229 std::int8_t zero_point) { in Load8AndSubtractZeroPoint()
A Dtest_util.h66 int32_t zero_point) { in Quantize()
79 int32_t zero_point) { in Dequantize()
140 int32_t zero_point; member
697 int32_t zero_point = 0; in QuantizationParams() local
A Dcpu_backend_gemm_params.h60 Scalar zero_point = 0; member
A Dkernel_util.cc338 int32_t zero_point, float f, int32_t& q) { in Quantize()
352 const auto zero_point = output->params.zero_point; in CalculateActivationRangeQuantizedImpl() local
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/
A Dvalidate.h34 void CheckZeroPoint(Scalar zero_point) { in CheckZeroPoint()
A Dprepacked_cache.h74 std::int32_t zero_point; member
A Dmat.h128 Scalar zero_point = 0; member
240 std::int32_t zero_point = 0; member
251 std::int32_t zero_point = 0; member
274 std::int32_t zero_point = 0; member
A Dmatrix.h147 Scalar zero_point() const { return zero_point_; } in zero_point() function
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/reference/integer_ops/
A Ddequantize.h29 const int32 zero_point = op_params.zero_point; in Dequantize() local
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/c/
A Dc_api_types.h91 int32_t zero_point; member
A Dcommon.h290 TfLiteIntArray* zero_point; member
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/
A Dportable_tensor.h91 const int32_t* zero_point() const { return zero_point_.data(); } in zero_point() function
A Dtypes.h133 int32_t zero_point = 0; member
919 int32_t zero_point; member
924 const int32_t* zero_point; member
1090 int32_t zero_point; member
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/optimized/
A Dim2col_utils.h207 const int32_t zero_point = static_cast<int32_t>(zero_byte); in DilatedIm2col() local
A Doptimized_ops.h1523 const int32_t zero_point = input_offset[b]; in HybridConvPerChannel() local
3741 inline int32_t QuantizeSoftmaxOutput(float prob_rescaled, int32_t zero_point) { in QuantizeSoftmaxOutput()
6307 const int32 zero_point = op_params.zero_point; in Dequantize() local
6347 const int32 zero_point = op_params.zero_point; in Dequantize() local
6386 const int32 zero_point = op_params.zero_point; in Dequantize() local
6440 const int32 zero_point = op_params.zero_point; in AffineQuantize() local
6497 const int32 zero_point = op_params.zero_point; in AffineQuantize() local
6555 const int32 zero_point = op_params.zero_point; in AffineQuantize() local
A Dneon_tensor_utils.cc1451 const int32_t zero_point = input_offset[i / m_rows]; in NeonMatrixBatchVectorMultiplyAccumulate() local
A Dlegacy_optimized_ops.h4928 int32 zero_point, double scale, float* output_data, in Dequantize()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/kernels/
A Ddetection_postprocess.cc227 Dequantizer(int zero_point, float scale) in Dequantizer()

Completed in 261 milliseconds