Remove the bias regularizer has the constrain for using cudnn backend.
This contrain was originally added due to the different weights format issue between canonical and cudnn (extra input bias). Now since the input bias is feeded as zeros in cudnn mode, and weights are unified into one format. Having bias regularizer should not be a issue. PiperOrigin-RevId: 225193782
Loading
Please sign in to comment