Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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.
- Loading branch information