ucb-bar/onnxruntime-riscv

Refactoring: Use the recently added Relu int8 type

オープン

#25 opened on 2021/01/27

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)C++ (37 件のフォーク)auto 404
enhancementgood first issue

Repository metrics

Stars
 (93 個のスター)
PR merge metrics
 (PR metrics pending)

説明

Currently we emit our own QLinearRelu type in the quantizer and do fusing based off of this. This was done to work around a previous deficiency in ONNX operators that Relu did not support int8. I recently submitted a PR to add Relu support which was recently merged in: https://github.com/onnx/onnx/pull/3141

We can now emit and use this type.

コントリビューターガイド