[DOCS] Add missing ops and corresponding comments (#1699)

This commit is contained in:
Keren Zhou
2023-05-21 15:18:48 -04:00
committed by GitHub
parent a2433f3135
commit 74dbb2fc0a
2 changed files with 69 additions and 4 deletions

View File

@@ -23,6 +23,8 @@ Creation Ops
:nosignatures:
arange
cat
full
zeros
@@ -33,11 +35,13 @@ Shape Manipulation Ops
:toctree: generated
:nosignatures:
broadcast
broadcast_to
expand_dims
reshape
ravel
reshape
trans
view
Linear Algebra Ops
@@ -83,11 +87,13 @@ Math Ops
abs
exp
log
fdiv
cos
sin
sqrt
sigmoid
softmax
umulhi
Reduction Ops
@@ -151,4 +157,27 @@ Compiler Hint Ops
:toctree: generated
:nosignatures:
debug_barrier
max_contiguous
multiple_of
Debug Ops
-----------------
.. autosummary::
:toctree: generated
:nosignatures:
static_print
static_assert
device_print
device_assert
Iterators
-----------------
.. autosummary::
:toctree: generated
:nosignatures:
static_range