Lines Matching refs:num_weights
606 int num_weights; member
1119 for (int i = 0; i < num_weights; i += 5) { in unpack_weights()
1139 for (int i = 0; i < num_weights; i += 3) { in unpack_weights()
1156 for (int i = 0; i < num_weights; ++i) { in unpack_weights()
1169 assert(num_weights <= (int)ARRAY_SIZE(weights_quant)); in unquantise_weights()
1170 assert(num_weights <= (int)ARRAY_SIZE(weights)); in unquantise_weights()
1174 for (int i = 0; i < num_weights; ++i) { in unquantise_weights()
1472 …wt_w, wt_h, wt_d, dual_plane, num_weights, high_prec, wt_range, wt_max, wt_trits, wt_quints, wt_bi… in decode()
1546 if (num_weights > 64) in decode()
1558 for (int i = 0; i < num_weights; ++i) { in decode()
1758 num_weights = wt_w * wt_h * wt_d; in calculate_from_weights()
1761 num_weights *= 2; in calculate_from_weights()
1764 (num_weights * 8 * wt_trits + 4) / 5 in calculate_from_weights()
1765 + (num_weights * 7 * wt_quints + 2) / 3 in calculate_from_weights()
1766 + num_weights * wt_bits; in calculate_from_weights()