We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94e42df commit 69c405eCopy full SHA for 69c405e
array_api_compat/torch/_aliases.py
@@ -384,6 +384,8 @@ def std(x: array,
384
_correction = int(correction)
385
if correction != _correction:
386
raise NotImplementedError("float correction in torch std() is not yet supported")
387
+ else:
388
+ _correction = correction
389
390
# https://github.com/pytorch/pytorch/issues/29137
391
if axis == ():
0 commit comments