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:
This seems to be the fix.
My guess is that we have been reshaping the convert_qd8 operator using output's batch size. However the output batch size is not known yet because we are reshaping in order of computation. This is why we could fix it by running reshape runtime twice. We need to reshape the first time so that the output batch size is set correctly, and then we reshape again.
Will push an external PR for this with test.
bypass-github-export-checks
Reviewed By: digantdesai
Differential Revision: D54737642
fbshipit-source-id: 6cf5918195a02a587d3658f7277633ff087e160d
0 commit comments