Home
last modified time | relevance | path

Searched refs:output_zp (Results 1 – 2 of 2) sorted by relevance

/packages/modules/NeuralNetworks/common/
DQuantUtils.h33 int32_t n_output, int32_t output_zp, T* output) { in MatrixBatchVectorMultiplyAccumulate() argument
45 acc += output_zp; in MatrixBatchVectorMultiplyAccumulate()
187 int32_t n_batch, int32_t n_input, int32_t output_zp, int8_t* output);
DQuantUtils.cpp113 int32_t n_batch, int32_t n_input, int32_t output_zp, int8_t* output) { in CwiseMul() argument
121 value -= output_zp; in CwiseMul()