Package-level declarations
Types
Link copied to clipboard
data class MappingConfig(val usePathBasedMatching: Boolean = true, val fallbackToShapeMatching: Boolean = true, val debug: Boolean = false)
Configuration for weight mapping behavior.
Link copied to clipboard
data class WeightLoadResult<T : DType, V>(val tensors: List<WeightTensor<T, V>>, val skipped: List<String> = emptyList())
Result of loading weight tensors from a model file.
Link copied to clipboard
object WeightMapper
Unified weight mapping utility for applying loaded weights to SKaiNET modules.
Link copied to clipboard