batch norm precision fix
Created by: benjaminkreis
Fixed Issue #133 (closed) caused by casting having higher precedence than expected. This PR removes the casting (adding parentheses would also work).
Created by: benjaminkreis
Fixed Issue #133 (closed) caused by casting having higher precedence than expected. This PR removes the casting (adding parentheses would also work).