View source on GitHub |
ABC interface which specifies transformer and quantization registry.
Methods
get_layout_transformer
@abc.abstractmethod
get_layout_transformer()
Returns the layout transforms for this scheme.
Returns | |
---|---|
Returns the QuantizeLayoutTransform for this quantization scheme. |
get_quantize_registry
@abc.abstractmethod
get_quantize_registry()
Returns the quantization registry for this scheme.
Returns | |
---|---|
Returns the QuantizeRegistry for this quantization scheme. |