Beispiel #1
0
 public void Elu(float alpha, Tensor result)
 {
     Op.Elu(this, alpha, result);
 }