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