Fix argument buffer reuse for BatchNormGrad.
When scale_after_normalization is set, the kernel may not alias the gamma input with db output, as gamma is still needed. PiperOrigin-RevId: 237970041
Loading
Please sign in to comment
When scale_after_normalization is set, the kernel may not alias the gamma input with db output, as gamma is still needed. PiperOrigin-RevId: 237970041