applyWeights
fun <T : DType, V> applyWeights(module: Module<T, V>, tensors: List<WeightTensor<T, V>>): WeightMapper.MappingResult(source)
Apply ONNX weights to a module using name-based matching with shape-based fallback.
Delegates to WeightMapper.applyWeights for the actual mapping logic.
Return
Mapping result with statistics
Parameters
module
The SKaiNET module to apply weights to
tensors
The decoded weight tensors