(values: list[PrimExpr] | None = None, ndim: int = -1)
| 438 | |
| 439 | |
| 440 | def Shape(values: list[PrimExpr] | None = None, ndim: int = -1) -> ShapeProxy: |
| 441 | return ShapeProxy(values, ndim) |
| 442 | |
| 443 | |
| 444 | ################################ R.Prim ################################ |
no test coverage detected
searching dependent graphs…