Allow custom sizes, dim order and strides for tensor view.#14944
Allow custom sizes, dim order and strides for tensor view.#14944shoumikhin merged 1 commit intopytorch:mainfrom
Conversation
|
@shoumikhin has exported this pull request. If you are a Meta employee, you can view the originating Diff in D84259597. |
This PR needs a
|
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/14944
Note: Links to docs will display an error until the docs builds have been completed. ❌ 7 New FailuresAs of commit 7d280c6 with merge base d39992f ( NEW FAILURES - The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
0947d67 to
d496197
Compare
…4944) Summary: . Differential Revision: D84259597
…4944) Summary: . Differential Revision: D84259597
d496197 to
d5e65f7
Compare
…4944) Summary: . Differential Revision: D84259597
d5e65f7 to
7d280c6
Compare
|
@pytorchbot cherry-pick --onto release/1.0 -c fixnewfeature |
Summary: The `make_tensor_ptr(TensrPtr)` overload creates a view on an existing `Tensor`. Here we provide a way for users to customize the shape, etc. so that they can easily do squeeze/unsqueeze and other convenient operations. Differential Revision: D84259597 (cherry picked from commit 4bdd3df)
Cherry picking #14944The cherry pick PR is at #14982 and it is recommended to link a fixnewfeature cherry pick PR with an issue. The following tracker issues are updated: Details for Dev Infra teamRaised by workflow job |
…4944) Summary: The `make_tensor_ptr(TensrPtr)` overload creates a view on an existing `Tensor`. Here we provide a way for users to customize the shape, etc. so that they can easily do squeeze/unsqueeze and other convenient operations. Differential Revision: D84259597
Summary: .
Differential Revision: D84259597