Lines Matching defs:weights_quant
584 uint8_t weights_quant[64 + 4]; /* max 64 values, plus padding for overflows in trit parsing */
1117 unpack_trit_block(wt_bits, raw, &weights_quant[i]);
1121 weights_quant[i+0], weights_quant[i+1],
1122 weights_quant[i+2], weights_quant[i+3],
1123 weights_quant[i+4]);
1137 unpack_quint_block(wt_bits, raw, &weights_quant[i]);
1141 weights_quant[i], weights_quant[i+1], weights_quant[i+2]);
1151 weights_quant[i] = in.get_bits_rev(offset, wt_bits);
1154 in.printf_bits(offset - wt_bits, wt_bits, "weight bits [%d]", weights_quant[i]);
1163 assert(num_weights <= (int)ARRAY_SIZE(weights_quant));
1170 uint8_t v = weights_quant[i];