Skip to content

Commit

Permalink
added range to list of operators in documentation:
Browse files Browse the repository at this point in the history
  • Loading branch information
brightening-eyes committed Sep 24, 2023
1 parent 3aec165 commit f2c473d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/developer-guide/operators.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
* [Power](#power)
* [PReLU](#prelu)
* [Quantize](#quantize)
* [Range](#range)
* [Reduction](#reduction)
* [ReLU](#relu)
* [Reorg](#reorg)
Expand Down Expand Up @@ -1518,6 +1519,11 @@ y = float2int8(x * scale)
| ------------- | ----- | --------------------- |
| scale_data | float | [scale_data_size] |

# Range
```
y = range(x, limit, delta)
```

# Reduction
```
y = reduce_op(x * coeff)
Expand Down

0 comments on commit f2c473d

Please sign in to comment.