Method__init__(
self,
in_features,
out_features,
td_x,
td_y,
L, # trellis w
lib/linear/quantized_linear.py:14
Method_sliding_update(self, cache_position, layer_idx, key_states, value_states, k_out, v_out, max_cache_len)
model/cache_utils.py:1632
Method_static_update(self, cache_position, layer_idx, key_states, value_states, k_out, v_out, max_cache_len)
model/cache_utils.py:1660
Methodforward(ctx, input, trellis, m, n, L, tlut_bits, K, V, lut)
lib/codebook/bitshift.py:478