Translating PyTorch into Glow IR

Does glow provide a way to translate PyTorch model directly into Glow IR without first converting into ONNX ? I am trying to find out if ONNX op support a dependency ?

Cheers,
Yetanadur

Hi @yetanadur,

We have a path that goes through TorchScript, but it is still under active development and so does not have as much support or stability yet. Please see this doc for more info: https://github.com/pytorch/glow/blob/master/docs/pytorch.md

Thanks for the pointer Jordan!