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
Summary:
Fixes: pytorch#698
Also added `TorchAOBaseTensor` addressing part of pytorch#710
Test Plan:
python test/dtypes/test_affine_quantized.py
Reviewers:
Subscribers:
Tasks:
Tags:
I faced similar problems with other subclasses that I implemented before. Basically need to remove the
layout
kwarg.cc: @jerryzh168
The text was updated successfully, but these errors were encountered: