Files
foxhunt/ml/src
jgrusewski c88e53c3b3 feat(ml): implement TFT layer normalization in quantized GRN
Replace the no-op apply_layer_norm() that returned input unchanged with
real layer normalization using layer_norm_with_fallback. Initialize
LayerNormParams with proper weight (ones) and bias (zeros) tensors in
from_grn constructor instead of None placeholders.
2026-02-21 21:44:38 +01:00
..