Skip to content

teflon: Support fused ReLU6 activation via output saturation

Philipp Zabel requested to merge pH5/mesa:teflon-fused-relu6-sat into main

If the output tensor quantization range does not exceed 6.0, ReLU6 can be replaced with ReLU: output values larger than 6.0 are clipped by output saturation.

Merge request reports

Loading