File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,17 +29,20 @@ Multidirectional broadcasting is the same as [Numpy's broadcasting](https://docs
2929
3030Multidirectional 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
You can’t perform that action at this time.
0 commit comments