SyncMinMaxObserver#

class SyncMinMaxObserver(mode=QuantMode.SYMMERTIC, eps=0.00001, dtype='qint8', **kwargs)[source]#

A distributed version of MinMaxObserver.

Parameters:
  • mode (QuantMode) – set quantization mode.

  • eps (float) – a initial maximum value to avoid division by zero problem.

  • dtype (Union[str, QuantDtypeMeta]) – a string indicating which dtype to collect scale and zero_point of.