예제 #1
0
파일: Linear.cs 프로젝트: Satssuki/KelpNet
 public PyObject Forward(Variable <T> x, int nBatchAxes = 1)
 {
     return(Python.GetNamelessObject(_linear["forward"].Call(x, nBatchAxes)));
 }