ucb-bar/onnxruntime-riscv

Refactoring: Use the recently added Relu int8 type

开放

#25 创建于 2021年1月27日

 (1 条评论) (0 个反应) (0 位负责人)C++ (37 个派生)auto 404
enhancementgood first issue

仓库指标

星标
 (93 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南