Gemma3nRuntimeWeights

data class Gemma3nRuntimeWeights<T : DType>(val metadata: Gemma3nModelMetadata, val tokenEmbedding: Tensor<T, Float>, val ropeFreqReal: Tensor<T, Float>?, val ropeFreqImag: Tensor<T, Float>?, val layers: List<Gemma3nLayerWeights<T>>, val finalNorm: Tensor<T, Float>, val lmHead: Tensor<T, Float>, val quantTypes: Map<String, GGMLQuantizationType> = emptyMap())(source)

Complete runtime weights for Gemma 3n model.

Constructors

Link copied to clipboard
constructor(metadata: Gemma3nModelMetadata, tokenEmbedding: Tensor<T, Float>, ropeFreqReal: Tensor<T, Float>?, ropeFreqImag: Tensor<T, Float>?, layers: List<Gemma3nLayerWeights<T>>, finalNorm: Tensor<T, Float>, lmHead: Tensor<T, Float>, quantTypes: Map<String, GGMLQuantizationType> = emptyMap())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard