Searched refs:weightMaskNum (Results 1 – 1 of 1) sorted by relevance
326 int8 weightMaskNum; in int32RandomPInf() local328 weightMaskNum = randomUint8() % int32NumPInfWeightMasks; in int32RandomPInf()331 ( randomUint32() & int32PInfWeightMasks[ weightMaskNum ] ) in int32RandomPInf()332 + int32PInfWeightOffsets[ weightMaskNum ] in int32RandomPInf()786 int8 weightMaskNum; in int64RandomPInf() local788 weightMaskNum = randomUint8() % int64NumPInfWeightMasks; in int64RandomPInf()791 ( randomUint64() & int64PInfWeightMasks[ weightMaskNum ] ) in int64RandomPInf()792 + int64PInfWeightOffsets[ weightMaskNum ] in int64RandomPInf()1126 int8 weightMaskNum; in float32RandomQInfP3() local1128 weightMaskNum = randomUint8() % float32NumQInfWeightMasks; in float32RandomQInfP3()[all …]