-
Notifications
You must be signed in to change notification settings - Fork 107
Open
Labels
module: torchlibRelated to the torch/aten function lib in developmentRelated to the torch/aten function lib in development
Description
| aten.as_strided | as_strided(Tensor(a) self, SymInt[] size, SymInt[] stride, SymInt? storage_offset=None) -> Tensor(a) |
|---|
Briefly talked about this with @justinchuby. This is an interesting operator and it's not handled well by torchscript based exporter, since this function’s behavior depends on the implementation of a tensor’s storage. However, it is unclear if things have become simpler under the context of Core ATen IR (void of mutations).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
module: torchlibRelated to the torch/aten function lib in developmentRelated to the torch/aten function lib in development