Commit 130a55e
committed
Fix tile_dot docstring referencing nonexistent wp.tensordot
* Fix tile_dot docstring referencing nonexistent wp.tensordot
The "Equivalent to" line referred to wp.tensordot, which is not a
Warp builtin. Rewrite the docstring to describe the contraction by
element type (scalar, vector, matrix) and provide Python-level
equivalents only where they actually exist.
Signed-off-by: Eric Shi <ershi@nvidia.com>
Approved-by: Eric Shi <ershi@nvidia.com>
See merge request omniverse/warp!23111 parent 5017351 commit 130a55e
2 files changed
Lines changed: 24 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3596 | 3596 | | |
3597 | 3597 | | |
3598 | 3598 | | |
3599 | | - | |
3600 | | - | |
3601 | | - | |
3602 | | - | |
3603 | | - | |
3604 | | - | |
3605 | | - | |
| 3599 | + | |
| 3600 | + | |
| 3601 | + | |
| 3602 | + | |
| 3603 | + | |
| 3604 | + | |
| 3605 | + | |
| 3606 | + | |
| 3607 | + | |
| 3608 | + | |
| 3609 | + | |
| 3610 | + | |
3606 | 3611 | | |
3607 | 3612 | | |
3608 | 3613 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5337 | 5337 | | |
5338 | 5338 | | |
5339 | 5339 | | |
5340 | | - | |
5341 | | - | |
5342 | | - | |
5343 | | - | |
5344 | | - | |
5345 | | - | |
5346 | | - | |
| 5340 | + | |
| 5341 | + | |
| 5342 | + | |
| 5343 | + | |
| 5344 | + | |
| 5345 | + | |
| 5346 | + | |
| 5347 | + | |
| 5348 | + | |
| 5349 | + | |
| 5350 | + | |
| 5351 | + | |
5347 | 5352 | | |
5348 | 5353 | | |
5349 | 5354 | | |
| |||
0 commit comments