vollo_torch.fx.nnir
Translate Torch models to Vollo compiler NNIR models
- vollo_torch.fx.nnir.to_nnir(module: torch.fx.graph_module.GraphModule)
Note: Expects
moduleto have gone throughtorch.fx.passes.shape_prop.ShapeProp().Does not support
inplaceor_outvariants of torch modules and functions.