Searched refs:numWeights (Results 1 – 1 of 1) sorted by relevance
1199 const int numWeights = computeNumWeights(blockMode); in unquantizeWeights() local1211 for (int i = 0; i < numWeights; i++) in unquantizeWeights()1223 for (int weightNdx = 0; weightNdx < numWeights; weightNdx++) in unquantizeWeights()1245 for (int weightNdx = 0; weightNdx < numWeights; weightNdx++) in unquantizeWeights()1249 for (int weightNdx = 0; weightNdx < numWeights; weightNdx++) in unquantizeWeights()1253 for (int weightNdx = numWeights; weightNdx < 64; weightNdx++) in unquantizeWeights()1497 const int numWeights = computeNumWeights(blockMode); in decompressBlock() local1498 const int numWeightDataBits = computeNumRequiredBits(blockMode.weightISEParams, numWeights); in decompressBlock()1503 if (numWeights > 64 || in decompressBlock()1872 const int numWeights = computeNumWeights(params); in isValidBlockParams() local[all …]