Rate this Page

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