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
Functions can be tested on only float inputs to simplify the tests. Other dtypes can be tested on the generated symbolic functions, where all dtypes are expected to be supported.
The text was updated successfully, but these errors were encountered:
Boolean and bitwise operators, sign, leaky relu, relu, remainder etc.
- Boolean and bitwise operators will be tested with the generated
symbolic functions.
- Define more types
- Removed tests other than float. Fixes#263
Functions can be tested on only float inputs to simplify the tests. Other dtypes can be tested on the generated symbolic functions, where all dtypes are expected to be supported.
The text was updated successfully, but these errors were encountered: