Esempio n. 1
0
 public Tensor Clip(Tensor x, float min, float max)
 {
     return(Out(TOps.Clip(In(x), min, max)));
 }