Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuAstcUtil.cpp1211 const int numWeights = computeNumWeights(blockMode); in unquantizeWeights() local
1223 for (int i = 0; i < numWeights; i++) in unquantizeWeights()
1235 for (int weightNdx = 0; weightNdx < numWeights; weightNdx++) in unquantizeWeights()
1257 for (int weightNdx = 0; weightNdx < numWeights; weightNdx++) in unquantizeWeights()
1261 for (int weightNdx = 0; weightNdx < numWeights; weightNdx++) in unquantizeWeights()
1265 for (int weightNdx = numWeights; weightNdx < 64; weightNdx++) in unquantizeWeights()
1509 const int numWeights = computeNumWeights(blockMode); in decompressBlock() local
1510 const int numWeightDataBits = computeNumRequiredBits(blockMode.weightISEParams, numWeights); in decompressBlock()
1515 if (numWeights > 64 || in decompressBlock()
1884 const int numWeights = computeNumWeights(params); in isValidBlockParams() local
[all …]