Fixes issue where gradients are being quantized. In addition, because...
Fixes issue where gradients are being quantized. In addition, because gradients are quantized, quantization fails for any node that is a producer of gradients since the _FollowedByFakeQuant method prevents any node followed by a fake quant from being properly quantized. PiperOrigin-RevId: 209010415
Loading
Please sign in to comment