- `Mul`, `Div`, `Sub`, or `Mod`
- Modified to suppress broadcast when `Gemm` is immediately followed by a scalar `Mul`, `Div`, `Sub`, or `Mod`.
- This is a very specific workaround for the special specifications of NNAPI.
- Address the issue of NNAPI not allowing multi-dimensional bias.
- The problem is not reproducible for variable batch sizes.
- The problem reproduces only when changing to a fixed batch size.
- [pre_explicit_broadcast should not expend scalar tensor 573](https://github.com/PINTO0309/onnx2tf/issues/573)
What's Changed
* Modified to suppress broadcast when `Gemm` is immediately followed by a scalar `Mul`, `Div`, `Sub`, or `Mod`. by PINTO0309 in https://github.com/PINTO0309/onnx2tf/pull/577
**Full Changelog**: https://github.com/PINTO0309/onnx2tf/compare/1.19.9...1.19.10