mirror of
https://github.com/ml-explore/mlx.git
synced 2025-09-19 19:38:16 +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");
|
throw std::invalid_argument("[conv2d] Cannot handle groups != 1 yet");
|
||||||
}
|
}
|
||||||
if (dilation.first != 1 || dilation.second != 1) {
|
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
|
// Run checks
|
||||||
|
Reference in New Issue
Block a user