3 references to x
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\TensorOperation.cs (3)
924
destination.Item1 += (
x
* y);
925
destination.Item2 += (
x
*
x
);