WeightLoadResult

data class WeightLoadResult<T : DType, V>(val tensors: List<WeightTensor<T, V>>, val skipped: List<String> = emptyList())(source)

Result of loading weight tensors from a model file.

Constructors

Link copied to clipboard
constructor(tensors: List<WeightTensor<T, V>>, skipped: List<String> = emptyList())

Properties

Link copied to clipboard

Names and reasons for any tensors that were skipped during loading

Link copied to clipboard

The successfully loaded tensors