Skip to content

Non-iterative integer sqrt algorithm for BatchNorm

Nianxiang Fu requested to merge NianxiangFu/sadl:batch_norm into experimental

This MR includes the following changes:

  1. Replaced the original iterative algorithm for the integer approximation of the square root operation in the BatchNorm layer with a non-iterative approach.
  2. Provided a new test model: batchnorm.onnx.

Merge request reports

Loading