@@ -103,6 +103,8 @@ Do not modify directly.*
103103||| [ 11, 13] | ** T** = tensor(double), tensor(float), tensor(int32), tensor(int64)<br /> ** T2** = tensor(int32), tensor(int64)|
104104| DFT| * in* input:** T1** <br > * in* dft_length:** T2** <br > * in* axis:** tensor(int64)** <br > * out* output:** T1** <br ><br >or<br ><br >* in* input:** T1** <br > * in* dft_length:** T2** <br > * out* output:** T1** | 20+| ** T1** = tensor(double), tensor(float)<br /> ** T2** = tensor(int32), tensor(int64)|
105105||| [ 17, 19] | ** T1** = tensor(double), tensor(float)<br /> ** T2** = tensor(int32), tensor(int64)|
106+ | DeformConv| * in* X:** T** <br > * in* W:** T** <br > * in* offset:** T** <br > * in* B:** T** <br > * in* mask:** T** <br > * out* Y:** T** | 22+| ** T** = tensor(double), tensor(float)|
107+ ||| [ 19, 21] | ** T** = tensor(double), tensor(float)|
106108| DepthToSpace| * in* input:** T** <br > * out* output:** T** | 13+| ** T** = tensor(double), tensor(float), tensor(uint8)|
107109||| [ 11, 12] | ** T** = tensor(double), tensor(float), tensor(uint8)|
108110||| [ 1, 10] | ** T** = tensor(double), tensor(float)|
@@ -697,6 +699,8 @@ Do not modify directly.*
697699| Crop| * in* input:** T** <br > * out* output:** T** | 1+| ** T** = tensor(double), tensor(float), tensor(float16)|
698700| CumSum| * in* x:** T** <br > * in* axis:** T2** <br > * out* y:** T** | 14+| ** T** = tensor(double), tensor(float), tensor(float16), tensor(int32), tensor(int64), tensor(uint32), tensor(uint64)<br /> ** T2** = tensor(int32), tensor(int64)|
699701||| [ 11, 13] | ** T** = tensor(double), tensor(float), tensor(int32), tensor(int64), tensor(uint32), tensor(uint64)<br /> ** T2** = tensor(int32), tensor(int64)|
702+ | DeformConv| * in* X:** T** <br > * in* W:** T** <br > * in* offset:** T** <br > * in* B:** T** <br > * in* mask:** T** <br > * out* Y:** T** | 22+| ** T** = tensor(bfloat16), tensor(double), tensor(float), tensor(float16)|
703+ ||| [ 19, 21] | ** T** = tensor(double), tensor(float), tensor(float16)|
700704| DepthToSpace| * in* input:** T** <br > * out* output:** T** | 13+| ** T** = tensor(double), tensor(float), tensor(float16)|
701705||| [ 11, 12] | ** T** = tensor(double), tensor(float), tensor(float16)|
702706||| [ 1, 10] | ** T** = tensor(double), tensor(float), tensor(float16)|
@@ -843,7 +847,12 @@ Do not modify directly.*
843847| PRelu| * in* X:** T** <br > * in* slope:** T** <br > * out* Y:** T** | 16+| ** T** = tensor(double), tensor(float), tensor(float16)|
844848||| [ 9, 15] | ** T** = tensor(double), tensor(float), tensor(float16)|
845849||| [ 7, 8] | ** T** = tensor(double), tensor(float), tensor(float16)|
846- | Pad| * in* data:** T** <br > * in* pads:** tensor(int64)** <br > * in* constant_value:** T** <br > * in* axes:** Tind** <br > * out* output:** T** <br ><br >or<br ><br >* in* data:** T** <br > * in* pads:** tensor(int64)** <br > * in* constant_value:** T** <br > * out* output:** T** <br ><br >or<br ><br >* in* data:** T** <br > * out* output:** T** | 18+| ** T** = tensor(bool), tensor(double), tensor(float), tensor(float16)|
850+ | Pad| * in* data:** T** <br > * in* pads:** tensor(int64)** <br > * in* constant_value:** T** <br > * in* axes:** Tind** <br > * out* output:** T** <br ><br >or<br ><br >* in* data:** T** <br > * in* pads:** tensor(int64)** <br > * in* constant_value:** T** <br > * out* output:** T** <br ><br >or<br ><br >* in* data:** T** <br > * out* output:** T** | 25+| ** T** = tensor(bool), tensor(double), tensor(float), tensor(float16)|
851+ ||| 24| ** T** = tensor(bool), tensor(double), tensor(float), tensor(float16)|
852+ ||| 23| ** T** = tensor(bool), tensor(double), tensor(float), tensor(float16)|
853+ ||| [ 21, 22] | ** T** = tensor(bool), tensor(double), tensor(float), tensor(float16)|
854+ ||| [ 19, 20] | ** T** = tensor(bool), tensor(double), tensor(float), tensor(float16)|
855+ ||| 18| ** T** = tensor(bool), tensor(double), tensor(float), tensor(float16)|
847856||| [ 13, 17] | ** T** = tensor(bool), tensor(double), tensor(float), tensor(float16)|
848857||| [ 11, 12] | ** T** = tensor(double), tensor(float), tensor(float16)|
849858||| [ 2, 10] | ** T** = tensor(double), tensor(float), tensor(float16)|
@@ -902,7 +911,9 @@ Do not modify directly.*
902911||| [ 11, 12] | ** T1** = tensor(double), tensor(float), tensor(float16), tensor(int32), tensor(uint8)|
903912||| 10| ** T** = tensor(double), tensor(float), tensor(float16), tensor(int32), tensor(uint8)|
904913| ReverseSequence| * in* input:** T** <br > * in* sequence_lens:** tensor(int64)** <br > * out* Y:** T** | 10+| ** 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)|
905- | RoiAlign| * in* X:** T1** <br > * in* rois:** T1** <br > * in* batch_indices:** T2** <br > * out* Y:** T1** | 10+| ** T1** = tensor(double), tensor(float)<br /> ** T2** = tensor(int64)|
914+ | RoiAlign| * in* X:** T1** <br > * in* rois:** T1** <br > * in* batch_indices:** T2** <br > * out* Y:** T1** | 22+| ** T1** = tensor(bfloat16), tensor(double), tensor(float), tensor(float16)<br /> ** T2** = tensor(int64)|
915+ ||| [ 16, 21] | ** T1** = tensor(double), tensor(float), tensor(float16)<br /> ** T2** = tensor(int64)|
916+ ||| [ 10, 15] | ** T1** = tensor(double), tensor(float)<br /> ** T2** = tensor(int64)|
906917| RotaryEmbedding| * in* X:** T** <br > * in* cos_cache:** T** <br > * in* sin_cache:** T** <br > * in* position_ids:** M** <br > * out* Y:** T** | 23+| ** M** = tensor(int64)<br /> ** T** = tensor(bfloat16), tensor(float), tensor(float16)|
907918| Round| * in* X:** T** <br > * out* Y:** T** | 11+| ** T** = tensor(double), tensor(float), tensor(float16)|
908919| ScaledTanh| * in* input:** T** <br > * out* output:** T** | 1+| ** T** = tensor(double), tensor(float), tensor(float16)|
0 commit comments