Exemple #1
0
 public void Fill(NDArray result, float value)
 {
     NativeWrapper.InvokeTypeMatch(fill_func, result, value);
 }