NumPy-compatible Mean, Std and Var#16014
Conversation
14b6638 to
00857c2
Compare
|
@marcoabreu I would like to disable test coverage build that failed in this PR. Let me know if you are not okay with it. Thanks. |
|
@marcoabreu gentle ping for feedback on disabling TEST_COVERAGE build on Clang 3.9 MKLDNN build. |
24db38d to
c5d619a
Compare
c5d619a to
9900f18
Compare
|
Hi @haojin2 @reminisce , I have a question: do we need Welford algorithm to compute the variance? https://en.wikipedia.org/wiki/Algorithms_for_calculating_variance |
9900f18 to
f908813
Compare
f908813 to
19c89f8
Compare
|
@wkcn I think this is an interesting algorithm, I’ll revisit this later, from my perspective the current solution is an easier to understand one and also with less loss of precision. But calculating with one one pass could save some memory when the input is really large. |
Description
As title.
Checklist
Essentials
Please feel free to remove inapplicable items for your PR.
Changes
Comments