1 reference to Fill
System.Numerics.Tensors (1)
System\Numerics\Tensors\netcore\TensorSpan.cs (1)
270
public void Fill(T value) => TensorOperation.Invoke<TensorOperation.
Fill
<T>, T, T>(this, value);