Home | History | Annotate | Download | only in utils

Lines Matching refs:getWeight

1433     int getWeight(const int* unquantizedWeights, int idx, bool dualPlane) const {
1473 const int p00 = this->getWeight(unquantizedValues, idx, dualPlane);
1474 const int p01 = this->getWeight(unquantizedValues, idx + 1, dualPlane);
1475 const int p10 = this->getWeight(unquantizedValues, idx + fWeightDimX, dualPlane);
1476 const int p11 = this->getWeight(unquantizedValues, idx + fWeightDimX + 1, dualPlane);