2 references to Divide
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\Tensor.op_Division.cs (2)
133
public void operator /=(TScalar other) =>
Divide
(tensor, other, tensor);
156
public void operator /=(TScalar other) =>
Divide
(tensor, other, tensor);