Beispiel #1
0
 public static Tensor operator >=(Tensor a, Tensor b)
 {
     return(K.GreaterThanEqual(a, b));
 }