validateAllParametersMapped
fun validateAllParametersMapped(mapping: WeightMapper.MappingResult, skipped: List<String> = emptyList())(source)
Validate that all module parameters were mapped from ONNX initializers. Throws IllegalArgumentException if mapping is incomplete.
Delegates to WeightMapper.validateAllParametersMapped.