예제 #1
0
 public static Tensor operator /(float a, Tensor b)
 {
     return(K.Div(a, b));
 }