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 c591d0f commit bce75d8Copy full SHA for bce75d8
intermediate_source/_torch_export_nightly_tutorial.py
@@ -466,7 +466,7 @@ def nonzero(x):
466
def _(x):
467
# 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
+ # we use the `ctx` object to construct a new ``symint`` that
470
# represents the data-dependent size.
471
ctx = torch.library.get_ctx()
472
nnz = ctx.new_dynamic_size()
0 commit comments