loadToMapStreaming
suspend fun <T : DType, V> loadToMapStreaming(ctx: ExecutionContext, dtype: KClass<T>): Gemma3nWeights<T, V>(source)
Load weights to map using streaming API. Requires randomAccessProvider constructor.
inline suspend fun <T : DType, V> loadToMapStreaming(ctx: ExecutionContext): Gemma3nWeights<T, V>(source)