Searched refs:numWeightValues (Results 1 – 1 of 1) sorted by relevance
2509 const int numWeightValues = (int)computeISERangeMax(iseParams) + 1; in generateBlockCaseTestData() local2510 const int numBlocks = deDivRoundUp32(numWeightValues, numWeights); in generateBlockCaseTestData()2518 …nputs.weight.value.plain[weightNdx] = (blockNdx*numWeights + weightNdx + offset) % numWeightValues; in generateBlockCaseTestData()