[atenlib] aten.as_strided
operator
#447
Labels
module: torchlib
Related to the torch/aten function lib in development
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).
The text was updated successfully, but these errors were encountered: