Module 'qtorch' has no attribute 'quant'

Hi, I want to use qtorch.quant.fixed_point_quantize however when I try

import qtorch
qtorch.quant.fixed_point_quantize

I get the following error

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: module 'qtorch' has no attribute 'quant'

qtorch.FixedPoint seems to be there though.
When I try

qtorch.FixedPoint

I get

<class 'qtorch.number.FixedPoint'>

Can someone help me diagnose why some modules are there and others aren’t?