loadGemma3nRuntimeWeights

suspend fun <T : DType> loadGemma3nRuntimeWeights(ctx: ExecutionContext, sourceProvider: () -> Source, dtype: KClass<T>, quantPolicy: QuantPolicy = QuantPolicy.RAW_BYTES, allowQuantized: Boolean = false): Gemma3nRuntimeWeights<T>(source)

Convenience loader: reads weights from GGUF source, maps them into runtime structure.


suspend fun loadGemma3nRuntimeWeights(ctx: ExecutionContext, sourceProvider: () -> Source, quantPolicy: QuantPolicy = QuantPolicy.RAW_BYTES, allowQuantized: Boolean = false): Gemma3nRuntimeWeights<FP32>(source)

Backward-compatible overload defaulting to FP32.