onnxruntime
02f0af0d - [WebNN] Improve data type check of slice op (#22988)

Commit
1 year ago
[WebNN] Improve data type check of slice op (#22988) A follow-up of [[WebNN] Support negative steps for slice](https://github.com/microsoft/onnxruntime/pull/22871#discussion_r1847929774). Slice op is emulated by reverse+slice when steps < 0 so `SliceOpBuilder::HasSupportedInputsImpl()` should also check the supported data types of reverse. --------- Co-authored-by: Wanming Lin <wanming.lin@intel.com>
Author
Parents
Loading