コード例 #1
0
 protected override void Forward(ShapedArray <double> inputs, bool isTraining)
 {
     InputNode.Forward(inputs, isTraining);
 }