Lines Matching defs:weightMaskNum

295     int8 weightMaskNum;
297 weightMaskNum = randomUint8() % int32NumPInfWeightMasks;
300 ( randomUint32() & int32PInfWeightMasks[ weightMaskNum ] )
301 + int32PInfWeightOffsets[ weightMaskNum ]
755 int8 weightMaskNum;
757 weightMaskNum = randomUint8() % int64NumPInfWeightMasks;
760 ( randomUint64() & int64PInfWeightMasks[ weightMaskNum ] )
761 + int64PInfWeightOffsets[ weightMaskNum ]
1095 int8 weightMaskNum;
1097 weightMaskNum = randomUint8() % float32NumQInfWeightMasks;
1101 & float32QInfWeightMasks[ weightMaskNum ] )
1102 + float32QInfWeightOffsets[ weightMaskNum ]
1112 int8 weightMaskNum;
1114 weightMaskNum = randomUint8() % float32NumQInfWeightMasks;
1118 & float32QInfWeightMasks[ weightMaskNum ] )
1119 + float32QInfWeightOffsets[ weightMaskNum ]
1652 int8 weightMaskNum;
1660 weightMaskNum = randomUint8() % float64NumQInfWeightMasks;
1665 & float64QInfWeightMasks[ weightMaskNum ] )
1666 + float64QInfWeightOffsets[ weightMaskNum ]
1682 int8 weightMaskNum;
1685 weightMaskNum = randomUint8() % float64NumQInfWeightMasks;
1690 & float64QInfWeightMasks[ weightMaskNum ] )
1691 + float64QInfWeightOffsets[ weightMaskNum ]
2262 int8 weightMaskNum;
2269 weightMaskNum = randomUint8() % floatx80NumQInfWeightMasks;
2271 ( randomUint16() & floatx80QInfWeightMasks[ weightMaskNum ] )
2272 + floatx80QInfWeightOffsets[ weightMaskNum ];
2281 int8 weightMaskNum;
2285 weightMaskNum = randomUint8() % floatx80NumQInfWeightMasks;
2287 ( randomUint16() & floatx80QInfWeightMasks[ weightMaskNum ] )
2288 + floatx80QInfWeightOffsets[ weightMaskNum ];
3064 int8 weightMaskNum;
3072 weightMaskNum = randomUint8() % float128NumQInfWeightMasks;
3076 & float128QInfWeightMasks[ weightMaskNum ] )
3077 + float128QInfWeightOffsets[ weightMaskNum ]
3091 int8 weightMaskNum;
3094 weightMaskNum = randomUint8() % float128NumQInfWeightMasks;
3099 & float128QInfWeightMasks[ weightMaskNum ] )
3100 + float128QInfWeightOffsets[ weightMaskNum ]