Searched refs:weight_quant_method (Results 1 - 1 of 1) sorted by relevance
/third_party/astc-encoder/Source/ |
H A D | astcenc_symbolic_physical.cpp | 157 quant_method weight_quant_method = bm.get_weight_quant_mode(); in symbolic_to_physical() local 158 float weight_quant_levels = static_cast<float>(get_quant_level(weight_quant_method)); in symbolic_to_physical() 161 const auto& qat = quant_and_xfer_tables[weight_quant_method]; in symbolic_to_physical() 193 int bits_for_weights = get_ise_sequence_bitcount(real_weight_count, weight_quant_method); in symbolic_to_physical() 222 encode_ise(weight_quant_method, real_weight_count, weights, weightbuf, 0); in symbolic_to_physical() 410 quant_method weight_quant_method = static_cast<quant_method>(bm.quant_mode); in physical_to_symbolic() local 426 int bits_for_weights = get_ise_sequence_bitcount(real_weight_count, weight_quant_method); in physical_to_symbolic() 431 const auto& qat = quant_and_xfer_tables[weight_quant_method]; in physical_to_symbolic() 433 decode_ise(weight_quant_method, real_weight_count, bswapped, indices, 0); in physical_to_symbolic()
|
Completed in 1 milliseconds