Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/
DQuantUtils.cpp53 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()
DQuantUtils.h140 void MatrixScalarMultiplyAccumulate(const int8_t* matrix, int32_t scalar, int32_t n_row,