Add shape.rank operation to the shape dialect.
Depends On D82022
Differential D82028
[MLIR][Shape] Add `shape.rank` operation frgossen on Jun 17 2020, 10:31 AM. Authored by
Details Add shape.rank operation to the shape dialect. Depends On D82022
Diff Detail
Event Timeline
|
Can we call this "rank", which is the terminology usually used for this? Otherwise, it's quite confusing especially since we have !shape.size which is a totally different thing.