Commits


Wei-Sheng Chin authored and GitHub committed b5904c40dd7
Enable ORT in TorchDynamo (#13259) This PR enables ORT to execute graphs captured by TorchDynamo. Major compilation code is in `OrtBackend.compile` in ort_backend.py. `register_backend.py` is for plugging `OrtBackend` into TorchDynamo as a compiler.