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