Home
last modified time | relevance | path

Searched defs:output_zp (Results 1 – 14 of 14) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/
Dlegalize_utils.cc31 int64_t input_zp, int64_t output_zp, bool double_round) { in buildRescale()
66 double output_scale, int64_t output_zp) { in buildRescaleFromInt32()
90 int64_t output_zp = output_qtype.getZeroPoint(); in buildRescaleOpConvOutput() local
130 int64_t output_zp = output_qtype.getZeroPoint(); in buildRescaleOpConvOutput() local
Dlegalize_common.cc2313 int64_t input_zp, double output_scale, int64_t output_zp) { in convertReduceOpCommon()
2470 int64_t output_zp = 0; in convertReduceSumOp() local
2541 int64_t output_zp = 0; in convertReduceMeanOp() local
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dportable_tensor_utils.h126 int32_t n_batch, int32_t n_input, int32_t n_output, int32_t output_zp, in MatrixBatchVectorMultiplyAccumulate()
136 int32_t n_batch, int32_t n_input, int32_t n_output, int32_t output_zp, in MatrixBatchVectorMultiplyAccumulate()
167 int32_t output_zp, int8_t* proj_output) { in MatrixBatchVectorMultiply()
220 int32_t n_input, int32_t output_zp, int8_t* output) { in CwiseMul()
Dportable_tensor_utils.cc296 int32_t n_batch, int32_t n_input, int32_t n_output, int32_t output_zp, in PortableMatrixBatchVectorMultiplyAccumulateImpl()
325 int32_t n_batch, int32_t n_input, int32_t n_output, int32_t output_zp, in PortableMatrixBatchVectorMultiplyAccumulate()
335 int32_t n_batch, int32_t n_input, int32_t n_output, int32_t output_zp, in PortableMatrixBatchVectorMultiplyAccumulate()
378 int32_t n_output, int32_t output_zp, int8_t* proj_output) { in PortableMatrixBatchVectorMultiply()
623 int32_t n_input, int32_t output_zp, int8_t* output) { in PortableCwiseMul()
Dsvdf.h75 int32_t output_zp) { in EvalIntegerSVDF()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dsse_tensor_utils.h102 int32_t n_batch, int32_t n_input, int32_t n_output, int32_t output_zp, in MatrixBatchVectorMultiplyAccumulate()
112 int32_t n_batch, int32_t n_input, int32_t n_output, int32_t output_zp, in MatrixBatchVectorMultiplyAccumulate()
137 int32_t output_zp, int8_t* proj_output) { in MatrixBatchVectorMultiply()
196 int32_t n_input, int32_t output_zp, int8_t* output) { in CwiseMul()
Dneon_tensor_utils.h93 int32_t n_batch, int32_t n_input, int32_t n_output, int32_t output_zp, in MatrixBatchVectorMultiplyAccumulate()
103 int32_t n_batch, int32_t n_input, int32_t n_output, int32_t output_zp, in MatrixBatchVectorMultiplyAccumulate()
128 int32_t output_zp, int8_t* proj_output) { in MatrixBatchVectorMultiply()
188 int32_t output_zp, int8_t* output) { in CwiseMul()
Dneon_tensor_utils.cc744 int32_t n_output, int32_t output_zp, in NeonMatrixBatchVectorMultiplyImpl()
854 int32_t output_zp, int32_t* scratch, int16_t* output) { in NeonMatrixBatchVectorAccumulateImpl()
907 int32_t output_zp, int32_t* scratch, int8_t* output) { in NeonMatrixBatchVectorAccumulateImpl()
981 int32_t n_input, int32_t n_output, int32_t output_zp, in NeonCpuBackendGemm()
1014 int32_t n_batch, int32_t n_input, int32_t n_output, int32_t output_zp, in NeonMatrixBatchVectorMultiplyAccumulate()
1030 int32_t n_batch, int32_t n_input, int32_t n_output, int32_t output_zp, in NeonMatrixBatchVectorMultiplyAccumulate()
1759 int32_t output_zp, int8_t* output) { in NeonCwiseMul()
Dsse_tensor_utils.cc178 int32_t n_input, int32_t n_output, int32_t output_zp, in SseCpuBackendGemm()
Doptimized_ops.h5783 int32_t output_zp, int32_t* scratch, uint8_t* output) { in Quantize()
5847 int32_t output_zp, int32_t output_min, int32_t output_max, in Quantize()
/external/tensorflow/tensorflow/lite/micro/kernels/
Dreduce.cc43 int output_zp; member
Dreduce_test.cc550 int output_zp = 0; in TF_LITE_MICRO_TEST() local
/external/tensorflow/tensorflow/lite/kernels/internal/
Dtensor_utils_test.cc549 const int32_t output_zp = -11; in TEST() local
598 const int32_t output_zp = -11; in TEST() local
647 const int32_t output_zp = -11; in TEST() local
/external/tensorflow/tensorflow/lite/tools/optimize/
Dquantize_model.cc471 const float output_zp = output_tensor->quantization->zero_point[0]; in ApplyConstraints() local