Beispiel #1
0
 public static KerasSymbol Softsign(KerasSymbol x)
 {
     return(K.Softsign(x));
 }