Sai Jayanthi

Results 3 issues of 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"...

feature request
question
component: lowering
component: partitioning

This PR adds tests for openvino provider options API along with basic unit tests.

CLA Signed

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...