loadGemma3nRuntimeWeightsDequantized
suspend fun <T : DType> loadGemma3nRuntimeWeightsDequantized(ctx: ExecutionContext, sourceProvider: () -> Source, dtype: KClass<T>): Gemma3nRuntimeWeights<T>(source)
Load Gemma 3n runtime weights with dequantization.
suspend fun loadGemma3nRuntimeWeightsDequantized(ctx: ExecutionContext, sourceProvider: () -> Source): Gemma3nRuntimeWeights<FP32>(source)
Backward-compatible overload defaulting to FP32.