Skip to content

MNN

More...

Namespaces

Name
MNN::Transformer

Detailed Description

Header file for processing autoregressive LLM text generation using MNN's native MNN::Transformer::Llm API (PROC-01, Phase 04-sgprocessing-integration).

MNN::Transformer::Llm is only forward-declared here (matching GNUS-NEO-SWARM/src/core/engine/mnn_inference_engine.hpp's own established pattern for this exact type) so that consumers of this header – notably ProcessingManager.hpp, which must name the concrete MNN_Llm class to register its factory – never need to be available at their translation unit. Only processing_processor_mnn_llm.cpp needs the real header, since only it calls into MNN::Transformer::Llm's API.

Justin Church


Updated on 2026-09-17 at 06:29:14 +0000