Skip to content

Commit 198f840

Browse files
Verma-Rajatprasanthpul
authored andcommitted
Update Broadcasting.md (#1769)
Update list of operators supporting multidimensional broadcasting
1 parent 60ac95f commit 198f840

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

docs/Broadcasting.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,20 @@ Multidirectional broadcasting is the same as [Numpy's broadcasting](https://docs
2929

3030
Multidirectional broadcasting is supported by the following operators in ONNX:
3131
- [Add](Operators.md#Add)
32+
- [And](Operators.md#And)
3233
- [Div](Operators.md#Div)
34+
- [Equal](Operators.md#Equal)
35+
- [Greater](Operators.md#Greater)
36+
- [Less](Operators.md#Less)
37+
- [Max](Operators.md#Max)
38+
- [Mean](Operators.md#Mean)
39+
- [Min](Operators.md#Min)
3340
- [Mul](Operators.md#Mul)
41+
- [Or](Operators.md#Or)
3442
- [Pow](Operators.md#Pow)
3543
- [Sub](Operators.md#Sub)
36-
- [And](Operators.md#And)
37-
- [Or](Operators.md#Or)
44+
- [Sum](Operators.md#Sum)
3845
- [Xor](Operators.md#Xor)
39-
- [Equal](Operators.md#Equal)
40-
- [Greater](Operators.md#Greater)
41-
- [Less](Operators.md#Less)
42-
4346

4447
## Unidirectional Broadcasting
4548

0 commit comments

Comments
 (0)