validateAllParametersMapped
fun validateAllParametersMapped(mapping: WeightMapper.MappingResult, skipped: List<String> = emptyList())(source)
Validate that all module parameters were mapped from weight tensors. Throws IllegalArgumentException if mapping is incomplete.
Parameters
mapping
The mapping result to validate
skipped
List of tensors that were skipped during loading (for error message)