Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuAstcUtil.cpp1235 for (int weightNdx = 0; weightNdx < numWeights; weightNdx++) in unquantizeWeights() local
1237 const deUint32 a = getBit(weightGrid[weightNdx].m, 0); in unquantizeWeights()
1238 const deUint32 b = getBit(weightGrid[weightNdx].m, 1); in unquantizeWeights()
1239 const deUint32 c = getBit(weightGrid[weightNdx].m, 2); in unquantizeWeights()
1249 dst[weightNdx] = (((weightGrid[weightNdx].tq*C + B) ^ A) >> 2) | (A & 0x20); in unquantizeWeights()
1257 for (int weightNdx = 0; weightNdx < numWeights; weightNdx++) in unquantizeWeights() local
1258 dst[weightNdx] = bitReplicationScale(weightGrid[weightNdx].v, iseParams.numBits, 6); in unquantizeWeights()
1261 for (int weightNdx = 0; weightNdx < numWeights; weightNdx++) in unquantizeWeights() local
1262 dst[weightNdx] += dst[weightNdx] > 32 ? 1 : 0; in unquantizeWeights()
1265 for (int weightNdx = numWeights; weightNdx < 64; weightNdx++) in unquantizeWeights() local
[all …]