65 lines
673 B
YAML
65 lines
673 B
YAML
- add
|
|
- subtract
|
|
- multiply
|
|
- divide
|
|
- less_equal
|
|
- less_than
|
|
- equal
|
|
- not_equal
|
|
- greater_equal
|
|
- greater_than
|
|
- bitwise_and
|
|
- bitwise_not
|
|
- bitwise_or
|
|
- bitwise_xor
|
|
- exp
|
|
- scale
|
|
- matmul
|
|
- linear_v2
|
|
- expand
|
|
- sum
|
|
- abs
|
|
- assign
|
|
- concat
|
|
- elementwise_pow
|
|
- floor
|
|
- gather
|
|
- gather_nd
|
|
- log
|
|
- max
|
|
- min
|
|
- maximum
|
|
- minimum
|
|
- pow
|
|
- prod
|
|
- cumprod
|
|
- roll
|
|
- scatter
|
|
- scatter_nd_add
|
|
- tile
|
|
- transpose
|
|
- pad
|
|
- sqrt
|
|
- cumsum
|
|
- cumprod
|
|
- put_along_axis
|
|
- sin
|
|
- cos
|
|
- conj
|
|
- where
|
|
- split
|
|
- reshape
|
|
- erf
|
|
- tanh
|
|
- sign
|
|
- sigmoid
|
|
- index_put
|
|
- index_add
|
|
- isnan
|
|
- isfinite
|
|
- take_along_axis
|
|
- variance
|
|
- masked_fill
|
|
- index_elementwise_put_with_tensor
|
|
- index_elementwise_put
|