mirror of
https://github.com/ml-explore/mlx.git
synced 2025-12-16 01:49:05 +08:00
WIP
This commit is contained in:
@@ -166,7 +166,7 @@ bool issubdtype(const Dtype& a, const Dtype& b) {
|
||||
return a == b;
|
||||
}
|
||||
|
||||
bool issubdtype(const Dtype::Category& cat, const Dtype& type) {
|
||||
bool issubdtype(const Dtype::Category& /* cat */, const Dtype& /* type */) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user