Searched refs:weightNdx (Results 1 – 2 of 2) sorted by relevance
2169 for (int weightNdx = 0; weightNdx < numWeights; weightNdx++) in unquantizeWeights() local2171 const deUint32 a = getBit(weightGrid[weightNdx].m, 0); in unquantizeWeights()2172 const deUint32 b = getBit(weightGrid[weightNdx].m, 1); in unquantizeWeights()2173 const deUint32 c = getBit(weightGrid[weightNdx].m, 2); in unquantizeWeights()2183 dst[weightNdx] = (((weightGrid[weightNdx].tq*C + B) ^ A) >> 2) | (A & 0x20); in unquantizeWeights()2191 for (int weightNdx = 0; weightNdx < numWeights; weightNdx++) in unquantizeWeights() local2192 dst[weightNdx] = bitReplicationScale(weightGrid[weightNdx].v, iseParams.numBits, 6); in unquantizeWeights()2195 for (int weightNdx = 0; weightNdx < numWeights; weightNdx++) in unquantizeWeights() local2196 dst[weightNdx] += dst[weightNdx] > 32 ? 1 : 0; in unquantizeWeights()
1074 for (int weightNdx = 0; weightNdx < numWeights; weightNdx++) in generateBlockCaseTestData() local1075 …iseInputs.weight.value.plain[weightNdx] = (blockNdx*numWeights + weightNdx + offset) % numWeightVa… in generateBlockCaseTestData()2019 for (int weightNdx = 0; weightNdx < numWeights; weightNdx++) in generateDefaultBlockData() local2020 …iseInputs.weight.value.plain[weightNdx] = (blockNdx*numWeights + weightNdx) * weightRangeMax / (nu… in generateDefaultBlockData()