Sai Jayanthi
Sai Jayanthi
## ❓ Question Tried FastRCNN and MaskRCNN models from TorchVision. The model fails to compile with error "RuntimeError: tuple appears in op that does not forward tuples, unsupported kind: aten::append"...
This PR adds tests for openvino provider options API along with basic unit tests.
Aten op doesn't fallback to native pytorch runtime as expected. **Versions:** Torch - 1.12.0 OnnxRuntime - 1.12.0 Torch-ort-infer - 1.12.0 **Reproduction steps:** ``` import torch from torch_ort import ORTInferenceModule def...