nncf.api.statistics#

Classes#

Statistics

Contains a collection of model- or compression-related data and provides a way for its human-readable

class nncf.api.statistics.Statistics[source]#

Bases: abc.ABC

Contains a collection of model- or compression-related data and provides a way for its human-readable representation.

abstract to_str()[source]#

Returns a representation of the statistics as a human-readable string.

Return type:

str