コード例 #1
0
ファイル: SiaNetBackend.cs プロジェクト: jeason0813/SiaNet
 public Tensor Atan(Tensor x)
 {
     return(Out(C.Atan(In(x))));
 }