https://github.com/onnx/onnx/blob/main/docs/Operators.md#Mul https://github.com/onnx/onnx/blob/main/docs/Operators.md#Add https://github.com/onnx/onnx/blob/main/docs/Operators.md#Relu
More...
|
| class | QlinearMacGraph< QLINEARMAC, TT, TTPARAM, B, W, IS_RELU > |
| | Single instance graph. More...
|
| |
| class | QlinearMacStreamGraph< QLINEARMAC, TT, TTPARAM, B, W, IS_RELU > |
| | Single instance stream graph. More...
|
| |
- y = saturate ((x / y_scale) + y_zero)
- x = (qx - qx_zero) * qx_scale
- Template Parameters
-
| QLINEARMAC | QlinearMac Kernel |
| TT | input, output data type, int8_t or uint8_t only |
| TTPARAM | weight, bias data type, int8_t or uint8_t only |
| B | batch |
| W | width |