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