loadGemma3nRuntimeWeightsFromSafeTensors
suspend fun <T : DType> loadGemma3nRuntimeWeightsFromSafeTensors(ctx: ExecutionContext, indexPath: String, dtype: KClass<T>): Gemma3nRuntimeWeights<T>(source)
Load Gemma 3n runtime weights from SafeTensors format.
suspend fun loadGemma3nRuntimeWeightsFromSafeTensors(ctx: ExecutionContext, indexPath: String): Gemma3nRuntimeWeights<FP32>(source)
Backward-compatible overload defaulting to FP32.