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 bce75d8 commit f1b1559Copy full SHA for f1b1559
intermediate_source/_torch_export_nightly_tutorial.py
@@ -464,7 +464,7 @@ def nonzero(x):
464
465
@torch.library.register_fake("mylib::nonzero")
466
def _(x):
467
- # Number of nonzero-elements is data-dependent.
+ # The number of nonzero-elements is data-dependent.
468
# Since we cannot peek at the data in an abstract implementation,
469
# we use the `ctx` object to construct a new ``symint`` that
470
# represents the data-dependent size.
0 commit comments