@@ -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)|
@@ -694,6 +696,8 @@ Do not modify directly.*
694696| Crop| * in* input:** T** <br > * out* output:** T** | 1+| ** T** = tensor(double), tensor(float), tensor(float16)|
695697| 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)|
696698||| [ 11, 13] | ** T** = tensor(double), tensor(float), tensor(int32), tensor(int64), tensor(uint32), tensor(uint64)<br /> ** T2** = tensor(int32), tensor(int64)|
699+ | 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)|
700+ ||| [ 19, 21] | ** T** = tensor(double), tensor(float), tensor(float16)|
697701| DepthToSpace| * in* input:** T** <br > * out* output:** T** | 13+| ** T** = tensor(double), tensor(float), tensor(float16)|
698702||| [ 11, 12] | ** T** = tensor(double), tensor(float), tensor(float16)|
699703||| [ 1, 10] | ** T** = tensor(double), tensor(float), tensor(float16)|
0 commit comments