Exemplo n.º 1
0
 public Tensor Pow(Tensor x, float value)
 {
     return(Out(TOps.Pow(In(x), value)));
 }