Additional checks to handle calls to custom keras layer objects. In general,...
Additional checks to handle calls to custom keras layer objects. In general, we do not support converting objects altogether. However, we do support converting callable ones, that is, we just convert their __call__ method. This change verifies whether that method is defined in a whitelisted module. It specifically applies to calling custom keras layers. PiperOrigin-RevId: 225562394
Loading
Please sign in to comment