Files
2026-07-13 12:40:42 +08:00

35 lines
496 B
YAML

# Attach operants to Tensor, this file should be consistent with the declaration in `tensor.h`
# Assure this file is the subset of `paddle/fluid/prim/api/api.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
- expand
- sum
- abs
- assign
- elementwise_pow
- floor
- gather_nd
- log
- max
- maximum
- minimum
- roll
- scatter
- scatter_nd_add
- tile