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

np.where is expected ! #376

Closed AvenSun closed 4 years ago

AvenSun commented 4 years ago

Hi,guys NumSharp is great! recently I'm trying porting some python code to c#, and I found there's no support of np.where, I also noticed some issues about this problems ( #78 ,#362 ) actually there're a lot usages between pre-processing and post-processing, though we can do it via loops, it's low performance. is there a deadline or plan on this ? thx!

Nucs commented 4 years ago

Within a week I'll finish it.

Oceania2018 commented 4 years ago

@AvenSun I've been waiting the feature for two months as well. I believe @Nucs will make it happen, big surprise for us.

AvenSun commented 4 years ago

@Nucs It'll be a great news to all SciSharp fans. looking forward to the PR.

RileyGe commented 2 years ago

This function is finished or not?

jacke-holmes commented 1 year ago

is this expected?