Shortcuts

model_is_exported

class torch.ao.quantization.pt2e.export_utils.model_is_exported(m)[source]

Return True if the torch.nn.Module was exported, False otherwise (e.g. if the model was FX symbolically traced or not traced at all).

Return type

bool

Docs

Access comprehensive developer documentation for PyTorch

View Docs

Tutorials

Get in-depth tutorials for beginners and advanced developers

View Tutorials

Resources

Find development resources and get your questions answered

View Resources