Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/
DQuantUtils.cpp64 bool PrecomputeZeroPointTimesWeightWithBias(int32_t zero_point, const int8_t* weight_tensor, in PrecomputeZeroPointTimesWeightWithBias() argument
67 if (weight_tensor == nullptr) { in PrecomputeZeroPointTimesWeightWithBias()
81 MatrixScalarMultiplyAccumulate(weight_tensor, zero_point, row, col, output->get()); in PrecomputeZeroPointTimesWeightWithBias()
DQuantUtils.h143 bool PrecomputeZeroPointTimesWeightWithBias(int32_t zero_point, const int8_t* weight_tensor,