Searched refs:MatrixScalarMultiplyAccumulate (Results 1 – 2 of 2) sorted by relevance
/packages/modules/NeuralNetworks/common/ |
D | QuantUtils.cpp | 53 void MatrixScalarMultiplyAccumulate(const int8_t* matrix, int32_t scalar, int32_t n_row, in MatrixScalarMultiplyAccumulate() function 81 MatrixScalarMultiplyAccumulate(weight_tensor, zero_point, row, col, output->get()); in PrecomputeZeroPointTimesWeightWithBias()
|
D | QuantUtils.h | 140 void MatrixScalarMultiplyAccumulate(const int8_t* matrix, int32_t scalar, int32_t n_row,
|