Shortcuts

prepare_for_propagation_comparison

class torch.ao.quantization.prepare_for_propagation_comparison(model)

Add output loggers to node that has numeric_debug_handle

Parameters

model (GraphModule) – original model

Returns

a model with output loggers for all nodes that has numeric_debug_handle_id

Return type

GraphModule

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