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