@@ -437,7 +437,7 @@ Do not modify directly.*
437437||| [ 13, 17] | ** T** = tensor(bfloat16), tensor(bool), tensor(double), tensor(float), tensor(float16), tensor(int16), tensor(int32), tensor(int64), tensor(int8), tensor(string), tensor(uint16), tensor(uint32), tensor(uint64), tensor(uint8)|
438438||| [ 11, 12] | ** T** = tensor(bfloat16), tensor(bool), tensor(double), tensor(float), tensor(float16), tensor(int16), tensor(int32), tensor(int64), tensor(int8), tensor(string), tensor(uint16), tensor(uint32), tensor(uint64), tensor(uint8)|
439439||| [ 2, 10] | ** T** = tensor(bfloat16), tensor(bool), tensor(double), tensor(float), tensor(float16), tensor(int16), tensor(int32), tensor(int64), tensor(int8), tensor(string), tensor(uint16), tensor(uint32), tensor(uint64), tensor(uint8)|
440- | SplitToSequence| * in* input:** T** <br > * in* split:** I** <br > * out* output_sequence:** S** | 11+| ** I** = tensor(int32), tensor(int64)<br /> ** S** = 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(string)), seq(tensor(uint16)), seq(tensor(uint32)), seq(tensor(uint64)), seq(tensor(uint8))<br /> ** T** = tensor(double), tensor(float), tensor(float16), tensor(int32), tensor(int64), tensor(string)|
440+ | SplitToSequence| * in* input:** T** <br > * in* split:** I** <br > * out* output_sequence:** S** | 11+| ** I** = tensor(int32), tensor(int64)<br /> ** S** = 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(string)), seq(tensor(uint16)), seq(tensor(uint32)), seq(tensor(uint64)), seq(tensor(uint8))<br /> ** T** = tensor(bool), tensor( double), tensor(float), tensor(float16), tensor(int32), tensor(int64), tensor(string)|
441441| Sqrt| * in* X:** T** <br > * out* Y:** T** | 13+| ** T** = tensor(double), tensor(float)|
442442||| [ 6, 12] | ** T** = tensor(double), tensor(float)|
443443| Squeeze| * in* data:** T** <br > * in* axes:** tensor(int64)** <br > * out* squeezed:** T** <br ><br >or<br ><br >* in* data:** T** <br > * out* squeezed:** T** | 23+| ** T** = tensor(bfloat16), tensor(bool), tensor(double), tensor(float), tensor(float16), tensor(int16), tensor(int32), tensor(int64), tensor(int8), tensor(string), tensor(uint16), tensor(uint32), tensor(uint64), tensor(uint8)|
0 commit comments