2 references to BitwiseAnd
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\Tensor.op_BitwiseAnd.cs (2)
103public void operator &=(in ReadOnlyTensorSpan<TScalar> other) => BitwiseAnd(tensor, other, tensor); 125public void operator &=(in ReadOnlyTensorSpan<TScalar> other) => BitwiseAnd(tensor, other, tensor);