Home
last modified time | relevance | path

Searched refs:weight_quant_method (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_symbolic_physical.cpp153 quant_method weight_quant_method = bm.get_weight_quant_mode(); in symbolic_to_physical() local
154 float weight_quant_levels = static_cast<float>(get_quant_level(weight_quant_method)); in symbolic_to_physical()
157 const auto& qat = quant_and_xfer_tables[weight_quant_method]; in symbolic_to_physical()
161 int bits_for_weights = get_ise_sequence_bitcount(real_weight_count, weight_quant_method); in symbolic_to_physical()
190 encode_ise(weight_quant_method, real_weight_count, weights, weightbuf, 0); in symbolic_to_physical()
372 quant_method weight_quant_method = static_cast<quant_method>(bm.quant_mode); in physical_to_symbolic() local
387 int bits_for_weights = get_ise_sequence_bitcount(real_weight_count, weight_quant_method); in physical_to_symbolic()
392 const auto& qat = quant_and_xfer_tables[weight_quant_method]; in physical_to_symbolic()
394 decode_ise(weight_quant_method, real_weight_count, bswapped, indices, 0); in physical_to_symbolic()