Searched refs:wt_bits (Results 1 – 1 of 1) sorted by relevance
604 int wt_bits; member1120 int bits_to_read = MIN2(bits_left, 8 + 5*wt_bits); in unpack_weights()1123 unpack_trit_block(wt_bits, raw, &weights_quant[i]); in unpack_weights()1131 offset -= 8 + wt_bits * 5; in unpack_weights()1132 bits_left -= 8 + wt_bits * 5; in unpack_weights()1140 int bits_to_read = MIN2(bits_left, 7 + 3*wt_bits); in unpack_weights()1143 unpack_quint_block(wt_bits, raw, &weights_quant[i]); in unpack_weights()1149 offset -= 7 + wt_bits * 3; in unpack_weights()1150 bits_left -= 7 + wt_bits * 3; in unpack_weights()1155 assert((weight_bits % wt_bits) == 0); in unpack_weights()[all …]