TensorRT
TensorRT copied to clipboard
`aten.empty_strided`
Implement aten.empty_strided converter
https://pytorch.org/docs/stable/generated/torch.empty_strided.html#torch-empty-strided
aten.empty_strided creates an uninitialized tensor, where memory space is allocated but the values in that space are not explicitly set. This means the tensor is filled with arbitrary values that already exist in memory. An example of its behavior is provided below:
Similarly to issue, operations seems to be unfeasible to implement.
How should we proceed with the development of a converter for this operation? @narendasan @gs-olive