File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,6 @@ def capabilities(self):
101
101
return {
102
102
"boolean indexing" : True ,
103
103
"data-dependent shapes" : True ,
104
- # 'max rank' will be part of the 2024.12 standard
105
104
"max dimensions" : 64 ,
106
105
}
107
106
Original file line number Diff line number Diff line change @@ -100,7 +100,6 @@ def capabilities(self):
100
100
return {
101
101
"boolean indexing" : True ,
102
102
"data-dependent shapes" : True ,
103
- # 'max rank' will be part of the 2024.12 standard
104
103
"max dimensions" : 64 ,
105
104
}
106
105
Original file line number Diff line number Diff line change @@ -85,7 +85,6 @@ def capabilities(self):
85
85
return {
86
86
"boolean indexing" : True ,
87
87
"data-dependent shapes" : True ,
88
- # 'max rank' will be part of the 2024.12 standard
89
88
"max dimensions" : 64 ,
90
89
}
91
90
You can’t perform that action at this time.
0 commit comments