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
Currently, in the decorator defined in python/test_infra/test_utils.py does not have a mechanism for deciding what type of tensors should be passed into the test functions, and defaults to f32. This needs to be changed to support ops that require non-f32 inputs. (e.g. bitwise ops and where)
The text was updated successfully, but these errors were encountered:
Currently, in the decorator defined in
python/test_infra/test_utils.py
does not have a mechanism for deciding what type of tensors should be passed into the test functions, and defaults to f32. This needs to be changed to support ops that require non-f32 inputs. (e.g. bitwise ops andwhere
)The text was updated successfully, but these errors were encountered: