Shortcuts

extract_results_from_loggers

class torch.ao.quantization.extract_results_from_loggers(model)

For a given model, extract the tensors stats and related information for each debug handle.

Returns

A dict is keyed by the debug_handle id and the values are a list of Tensors recorded in loggers

Return type

Dict[int, Tuple[Optional[str], object, List[Tensor]]]

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