File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
_sources/autoapi/tilelang/language/utils Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Module Contents
28
28
:type shape: Sequence[int]
29
29
30
30
:returns: Coordinates for each dimension in the same order as `shape `.
31
- :rtype: list [PrimExpr]
31
+ :rtype: List [PrimExpr]
32
32
33
33
34
34
.. py :function :: linear_index(* args)
Original file line number Diff line number Diff line change @@ -651,7 +651,7 @@ <h2>Module Contents<a class="headerlink" href="#module-contents" title="Link to
651
651
</ p >
652
652
</ dd >
653
653
< dt class ="field-odd "> Return type< span class ="colon "> :</ span > </ dt >
654
- < dd class ="field-odd "> < p > tuple [int, int]</ p >
654
+ < dd class ="field-odd "> < p > Tuple [int, int]</ p >
655
655
</ dd >
656
656
</ dl >
657
657
</ dd > </ dl >
Original file line number Diff line number Diff line change @@ -503,7 +503,7 @@ <h2>Module Contents<a class="headerlink" href="#module-contents" title="Link to
503
503
< dd class ="field-even "> < p > Coordinates for each dimension in the same order as < cite > shape</ cite > .</ p >
504
504
</ dd >
505
505
< dt class ="field-odd "> Return type< span class ="colon "> :</ span > </ dt >
506
- < dd class ="field-odd "> < p > list [PrimExpr]</ p >
506
+ < dd class ="field-odd "> < p > List [PrimExpr]</ p >
507
507
</ dd >
508
508
</ dl >
509
509
</ dd > </ dl >
You can’t perform that action at this time.
0 commit comments