You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds nin and nout properties to unary and binary element-wise classes (#1478)
* Implements `nin` and `nout` for element-wise funcs
`nin` and `nout` properties return the number of arguments
to the function treated as inputs or outputs, respectively
* Adds tests for `nin` and `nout` properties
0 commit comments