/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/ |
H A D | legalize_utils.cc | 34 int64_t input_zp, int64_t output_zp, bool double_round, in buildRescale() 70 double output_scale, int64_t output_zp) { in buildRescaleFromInt32() 93 int64_t output_zp = output_qtype.getZeroPoint(); in buildRescaleOpConvOutput() local 134 int64_t output_zp = output_qtype.getZeroPoint(); in buildRescaleOpConvOutput() local 169 double output_scale, int32_t output_zp, in getTosaConst8bitTable()
|
H A D | legalize_common.cc | 2656 double output_scale, int64_t output_zp) { in convertReduceOpCommon() 2839 int64_t output_zp = 0; in convertReduceSumOp() local 2911 int64_t output_zp = 0; in convertReduceMeanOp() local
|
/aosp_15_r20/external/executorch/backends/arm/ |
H A D | tosa_quant_utils.py | 285 output_zp, argument 342 output_zp, argument 442 output_zp, argument
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
H A D | neon_tensor_utils.h | 108 int32_t n_batch, int32_t n_input, int32_t n_output, int32_t output_zp, in MatrixBatchVectorMultiplyAccumulate() 118 int32_t n_batch, int32_t n_input, int32_t n_output, int32_t output_zp, in MatrixBatchVectorMultiplyAccumulate() 143 int32_t output_zp, int8_t* proj_output) { in MatrixBatchVectorMultiply() 203 int32_t output_zp, int8_t* output) { in CwiseMul()
|
H A D | sse_tensor_utils.h | 122 int32_t n_batch, int32_t n_input, int32_t n_output, int32_t output_zp, in MatrixBatchVectorMultiplyAccumulate() 132 int32_t n_batch, int32_t n_input, int32_t n_output, int32_t output_zp, in MatrixBatchVectorMultiplyAccumulate() 157 int32_t output_zp, int8_t* proj_output) { in MatrixBatchVectorMultiply() 216 int32_t n_input, int32_t output_zp, int8_t* output) { in CwiseMul()
|
H A D | neon_tensor_utils.cc | 770 int32_t n_output, int32_t output_zp, in NeonMatrixBatchVectorMultiplyImpl() 880 int32_t output_zp, int32_t* scratch, int16_t* output) { in NeonMatrixBatchVectorAccumulateImpl() 933 int32_t output_zp, int32_t* scratch, int8_t* output) { in NeonMatrixBatchVectorAccumulateImpl() 1007 int32_t n_input, int32_t n_output, int32_t output_zp, in NeonCpuBackendGemm() 1040 int32_t n_batch, int32_t n_input, int32_t n_output, int32_t output_zp, in NeonMatrixBatchVectorMultiplyAccumulate() 1056 int32_t n_batch, int32_t n_input, int32_t n_output, int32_t output_zp, in NeonMatrixBatchVectorMultiplyAccumulate() 1783 int32_t output_zp, int8_t* output) { in NeonCwiseMul()
|
H A D | sse_tensor_utils.cc | 380 int32_t n_input, int32_t n_output, int32_t output_zp, in SseCpuBackendGemm()
|
H A D | optimized_ops.h | 5022 int32_t output_zp, int32_t* scratch, uint8_t* output) { in Quantize() 5088 int32_t output_zp, int32_t output_min, int32_t output_max, in Quantize() 5178 int32_t output_zp, int32_t output_min, int32_t output_max, in Quantize() 5268 int32_t output_zp, int32_t output_min, int32_t output_max, in Quantize() 5359 int32_t output_zp, int32_t output_min, int32_t output_max, in Quantize()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
H A D | portable_tensor_utils.h | 141 int32_t n_batch, int32_t n_input, int32_t n_output, int32_t output_zp, in MatrixBatchVectorMultiplyAccumulate() 151 int32_t n_batch, int32_t n_input, int32_t n_output, int32_t output_zp, in MatrixBatchVectorMultiplyAccumulate() 182 int32_t output_zp, int8_t* proj_output) { in MatrixBatchVectorMultiply() 235 int32_t n_input, int32_t output_zp, int8_t* output) { in CwiseMul()
|
H A D | portable_tensor_utils.cc | 331 int32_t n_batch, int32_t n_input, int32_t n_output, int32_t output_zp, in PortableMatrixBatchVectorMultiplyAccumulateImpl() 360 int32_t n_batch, int32_t n_input, int32_t n_output, int32_t output_zp, in PortableMatrixBatchVectorMultiplyAccumulate() 370 int32_t n_batch, int32_t n_input, int32_t n_output, int32_t output_zp, in PortableMatrixBatchVectorMultiplyAccumulate() 413 int32_t n_output, int32_t output_zp, int8_t* proj_output) { in PortableMatrixBatchVectorMultiply() 658 int32_t n_input, int32_t output_zp, int8_t* output) { in PortableCwiseMul()
|
H A D | svdf.h | 75 int32_t output_zp) { in EvalIntegerSVDF()
|
/aosp_15_r20/packages/modules/NeuralNetworks/common/ |
D | QuantUtils.h | 37 int32_t n_output, int32_t output_zp, T* output) { in MatrixBatchVectorMultiplyAccumulate()
|
D | QuantUtils.cpp | 113 int32_t n_batch, int32_t n_input, int32_t output_zp, int8_t* output) { in CwiseMul()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/ |
H A D | tensor_utils_test.cc | 551 const int32_t output_zp = -11; in TEST() local 600 const int32_t output_zp = -11; in TEST() local 649 const int32_t output_zp = -11; in TEST() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/ |
H A D | quantize_model.cc | 723 const float output_zp = output_tensor->quantization->zero_point[0]; in ApplyConstraints() local
|