onnxruntime
8de5381e
- Add IsSupported support to Op functor (#13692)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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.
References
#13692 - Add IsSupported support to Op functor
Author
cloudhan
Parents
4a2a8570
Loading