mirror of
https://github.com/ml-explore/mlx.git
synced 2025-09-18 18:28:12 +08:00
typo fix (#607)
This commit is contained in:
@@ -2830,7 +2830,7 @@ array conv2d(
|
||||
throw std::invalid_argument("[conv2d] Cannot handle groups != 1 yet");
|
||||
}
|
||||
if (dilation.first != 1 || dilation.second != 1) {
|
||||
throw std::invalid_argument("[conv1d] Cannot handle dilation != 1 yet");
|
||||
throw std::invalid_argument("[conv2d] Cannot handle dilation != 1 yet");
|
||||
}
|
||||
|
||||
// Run checks
|
||||
|
Reference in New Issue
Block a user