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
[docs] Remove call to t() in external param example. (#18706)
Fixes#18564.
The example in
https://iree.dev/guides/ml-frameworks/pytorch/#using-external-parameters
has an erroneous call to `t()` that actually transposes the underlying
tensor instead of accessing it unmodified.
This patch fixes this error, and the example now outputs a numerical
match with the torch output.
0 commit comments