onnxruntime
8de5381e - Add IsSupported support to Op functor (#13692)

Commit
3 years ago
Add IsSupported support to Op functor (#13692) Sometime it is a bit risky to call the Op directly to check whether the impl supports consuming the param. This gives the user a way to actually implement `IsSupported` for checking in non-compact way.
Author
Parents
Loading