Pure C implementation of the Transformer Encoder Stack from Attention Is All You Need, composing multiple independent Encoder Layers into a complete Transformer encoder with efficient O(1) memory execution and zero external ML dependencies.
c nlp machine-learning deep-learning layer-normalization transformer-encoder feed-forward-network encoder-stack
-
Updated
Jul 11, 2026 - C