loadToMap

suspend fun <T : DType, V> loadToMap(ctx: ExecutionContext, dtype: KClass<T>): Gemma3nWeights<T, V>(source)

Convenience helper that collects tensors into a map alongside metadata.


inline suspend fun <T : DType, V> loadToMap(ctx: ExecutionContext): Gemma3nWeights<T, V>(source)