ParametersLoader

Functions

Link copied to clipboard
abstract suspend fun <T : DType, V> load(ctx: ExecutionContext, dtype: KClass<T>, onTensorLoaded: (String, Tensor<T, V>) -> Unit)
Link copied to clipboard
inline suspend fun <T : DType, V> ParametersLoader.load(ctx: ExecutionContext, noinline onTensorLoaded: (String, Tensor<T, V>) -> Unit)