loadGemma3nRuntimeWeightsDequantized

suspend fun <T : DType> loadGemma3nRuntimeWeightsDequantized(ctx: ExecutionContext, sourceProvider: () -> Source, dtype: KClass<T>): Gemma3nRuntimeWeights<T>(source)

Load Gemma 3n runtime weights with dequantization.


Backward-compatible overload defaulting to FP32.