position_bits property

position_bits property

Quantization bits for position, default value is 14

Definition:

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

See Also