1 reference to ShiftLeft
Microsoft.Data.Analysis (1)
Computations\Arithmetic.net8.cs (1)
90public static void LeftShift(ReadOnlySpan<T> x, int shiftAmount, Span<T> destination) => TensorPrimitives.ShiftLeft(x, shiftAmount, destination);