Esempio n. 1
0
 public static Tensor operator >(Tensor a, Tensor b)
 {
     return(K.GreaterThan(a, b));
 }