SciSharp / NumSharp

High Performance Computation for N-D Tensors in .NET, similar API to NumPy.
https://github.com/SciSharp
Apache License 2.0
1.36k stars 189 forks source link

Add np.logical_or #381

Closed Oceania2018 closed 4 years ago

Oceania2018 commented 4 years ago

Compute the truth value of x1 OR x2 element-wise. https://docs.scipy.org/doc/numpy/reference/generated/numpy.logical_or.html