@@ -703,7 +703,10 @@ Do not modify directly.*
703
703
| GreaterOrEqual| * in* A:** T** <br > * in* B:** T** <br > * out* C:** T1** | 16+| ** T** = tensor(double), tensor(float), tensor(float16), tensor(int32), tensor(int64), tensor(uint32), tensor(uint64)<br /> ** T1** = tensor(bool)|
704
704
||| [ 12, 15] | ** T** = tensor(double), tensor(float), tensor(float16), tensor(int32), tensor(int64), tensor(uint32), tensor(uint64)<br /> ** T1** = tensor(bool)|
705
705
| GridSample| * in* X:** T1** <br > * in* grid:** T2** <br > * out* Y:** T1** | 16+| ** T1** = tensor(float)<br /> ** T2** = tensor(float)|
706
- | HardSigmoid| * in* X:** T** <br > * out* Y:** T** | 6+| ** T** = tensor(double), tensor(float), tensor(float16)|
706
+ | HardSigmoid| * in* X:** T** <br > * out* Y:** T** | 22+| ** T** = tensor(bfloat16), tensor(double), tensor(float), tensor(float16)|
707
+ ||| [ 6, 21] | ** T** = tensor(double), tensor(float), tensor(float16)|
708
+ | HardSwish| * in* X:** T** <br > * out* Y:** T** | 22+| ** T** = tensor(bfloat16), tensor(double), tensor(float), tensor(float16)|
709
+ ||| [ 14, 21] | ** T** = tensor(double), tensor(float), tensor(float16)|
707
710
| Identity| * in* input:** T** <br > * out* output:** T** <br ><br >or<br ><br >* in* input:** V** <br > * out* output:** V** | 19+| ** V** = seq(tensor(bfloat16)), seq(tensor(bool)), seq(tensor(double)), seq(tensor(float)), seq(tensor(float16)), seq(tensor(float8e4m3fn)), seq(tensor(float8e4m3fnuz)), seq(tensor(float8e5m2)), seq(tensor(float8e5m2fnuz)), seq(tensor(int16)), seq(tensor(int32)), seq(tensor(int64)), seq(tensor(int8)), seq(tensor(uint16)), seq(tensor(uint32)), seq(tensor(uint64)), seq(tensor(uint8)), tensor(bfloat16), tensor(bool), tensor(double), tensor(float), tensor(float16), tensor(float8e4m3fn), tensor(float8e4m3fnuz), tensor(float8e5m2), tensor(float8e5m2fnuz), tensor(int16), tensor(int32), tensor(int64), tensor(int8), tensor(uint16), tensor(uint32), tensor(uint64), tensor(uint8)|
708
711
||| [ 14, 18] | ** V** = seq(tensor(bfloat16)), seq(tensor(bool)), seq(tensor(double)), seq(tensor(float)), seq(tensor(float16)), seq(tensor(int16)), seq(tensor(int32)), seq(tensor(int64)), seq(tensor(int8)), seq(tensor(uint16)), seq(tensor(uint32)), seq(tensor(uint64)), seq(tensor(uint8)), tensor(bfloat16), tensor(bool), tensor(double), tensor(float), tensor(float16), tensor(int16), tensor(int32), tensor(int64), tensor(int8), tensor(uint16), tensor(uint32), tensor(uint64), tensor(uint8)|
709
712
||| 13| ** T** = tensor(bfloat16), tensor(bool), tensor(double), tensor(float), tensor(float16), tensor(int16), tensor(int32), tensor(int64), tensor(int8), tensor(uint16), tensor(uint32), tensor(uint64), tensor(uint8)|
0 commit comments