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