Commits


cloudhan authored and GitHub committed 8de5381e848
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.