Naren Dasan
Naren Dasan
**Describe the solution you'd like** Improve this error to provide both the found hardware and the expected hardware ``` No compatible device was found for instantiating TensorRT **engine** ```
**Is your feature request related to a problem? Please describe.** Many converters have this sort of pattern. ```c++ out_tensor = ctx->AssociateValueAndTensor(n->outputs()[0], out_tensor); LOG_DEBUG("Output tensor shape: " getDimensions()); ``` Which provides...
## TL;DR ## Goal(s) ## Tasks ```[tasklist] ### Tasks ``` ## Additional context
Implement a converter for aten.atan2 https://pytorch.org/docs/stable/generated/torch.atan2.html
## TL;DR ## Goal(s) ## Tasks ```[tasklist] ### Tasks ``` ## Additional context