2 references to ShiftLeft
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\Tensor.op_LeftShift.cs (2)
61
public void operator <<=(int shiftAmount) =>
ShiftLeft
<TScalar>(tensor, shiftAmount, tensor);
79
public void operator <<=(int shiftAmount) =>
ShiftLeft
<TScalar>(tensor, shiftAmount, tensor);