ucb-bar/onnxruntime-riscv

Refactoring: Use the recently added Relu int8 type

Aberta

#25 aberto em 27 de jan. de 2021

 (1 comentário) (0 reação) (0 responsável)C++ (37 forks)auto 404
enhancementgood first issue

Métricas do repositório

Stars
 (93 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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.

Guia do colaborador