max_q property

max_q property

Gets or sets the maximum quantization value.

Definition:

@property
def max_q(self):
    ...
@max_q.setter
def max_q(self, value):
    ...

See Also