You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.
When querying the output datatype of Quant nodes, the current implementation only supports identifying quantization cases the corespond to integers. Everything else is set to FLOAT32.
In cases where the scale is global and is a negative power of two, we can resolve the datatype as FIXED<> instead.
See also relevant discussion: #52 (comment)_
The text was updated successfully, but these errors were encountered:
When querying the output datatype of
Quant
nodes, the current implementation only supports identifying quantization cases the corespond to integers. Everything else is set toFLOAT32
.In cases where the scale is global and is a negative power of two, we can resolve the datatype as
FIXED<>
instead.See also relevant discussion: #52 (comment)_
The text was updated successfully, but these errors were encountered: