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