public override KerasSymbol Call(KerasSymbol w) { w *= K.Cast(K.GreaterEqual(w, 0), K.FloatX()); return(w); }