Closed fritzo closed 3 years ago
Addresses #489 Follows #490
This adds dim=None, keepdims=False parameters to the Funsor.sum() method. I'm hoping @ordabayevy will be able to add similar methods in #482 .
dim=None, keepdims=False
Funsor.sum()
I made similar changes for all of the reduction ops in #482 .
Closing in favor of #482
Addresses #489 Follows #490
This adds
dim=None, keepdims=False
parameters to theFunsor.sum()
method. I'm hoping @ordabayevy will be able to add similar methods in #482 .Tested