2 references to Xor
Microsoft.Data.Analysis (2)
Computations\Arithmetic.net8.cs (2)
83
public static void Xor(ReadOnlySpan<T> x, T y, Span<T> destination) => TensorPrimitives.
Xor
(x, y, destination);
84
public static void Xor(T x, ReadOnlySpan<T> y, Span<T> destination) => TensorPrimitives.
Xor
(y, x, destination);