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
We want to support for fixed-point data-types inside ort so that we don't have to worry about doing the manual shifting for any ops for which we want to add support for relay->onnx pipeline in future.
Description
We want to support for fixed-point data-types inside
ortso that we don't have to worry about doing the manual shifting for any ops for which we want to add support forrelay->onnxpipeline in future.