Skip to content

Commit

Permalink
a minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
patel-zeel committed Jun 25, 2021
1 parent 18252aa commit 1e8d01e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lab/generic.py
Expand Up @@ -972,6 +972,7 @@ def sum(a: Numeric, axis=None, squeeze=True): # pragma: no cover
"""


@dispatch
@abstract()
def prod(a: Numeric, axis=None, squeeze=True): # pragma: no cover
"""Product of all elements in a tensor, possibly along an axis.
Expand Down

0 comments on commit 1e8d01e

Please sign in to comment.