Package-level declarations
Types
Parser for HuggingFace Gemma 3n config.json files.
GGUF tensor naming for Gemma 3n models.
Weights for a single Gemma 3n transformer layer.
Metadata for Gemma 3n models extracted from GGUF files.
Complete runtime weights for Gemma 3n model.
Loads Gemma 3n weights from HuggingFace SafeTensors format.
Tensor name constants for Gemma 3n GGUF format.
Adapter that loads Gemma 3n weights from GGUF files.
Maps raw weights to runtime structure with shape validation.
Raw weights loaded from GGUF, before mapping to runtime structure.
Functions
Backward-compatible overload defaulting to FP32.
Convenience loader: reads weights from GGUF source, maps them into runtime structure.
Backward-compatible overload defaulting to FP32.
Load Gemma 3n runtime weights with dequantization.
Backward-compatible overload defaulting to FP32.
Load Gemma 3n runtime weights using streaming API with dequantization.
Backward-compatible overload defaulting to FP32.
Load Gemma 3n runtime weights from SafeTensors format.
Backward-compatible overload defaulting to FP32.
Load Gemma 3n runtime weights using streaming API.