loadGemma3nRuntimeWeightsDequantizedStreaming
suspend fun <T : DType> loadGemma3nRuntimeWeightsDequantizedStreaming(ctx: ExecutionContext, randomAccessProvider: () -> RandomAccessSource, dtype: KClass<T>): Gemma3nRuntimeWeights<T>(source)
Load Gemma 3n runtime weights using streaming API with dequantization.
suspend fun loadGemma3nRuntimeWeightsDequantizedStreaming(ctx: ExecutionContext, randomAccessProvider: () -> RandomAccessSource): Gemma3nRuntimeWeights<FP32>(source)
Backward-compatible overload defaulting to FP32.