Skip to content

Commit

Permalink
Add tags to the maskedtensor tutorials (pytorch#2106)
Browse files Browse the repository at this point in the history
Add tags to the maskedtensor tutorials so they appear when filtering by tag
  • Loading branch information
Svetlana Karslioglu authored Oct 31, 2022
1 parent d80d217 commit e445a48
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion prototype_source/prototype_index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -148,12 +148,14 @@ Prototype features are not available as part of binary distributions like PyPI o
:card_description: Learn about masked tensors, the source of truth for specified and unspecified values
:image: ../_static/img/thumbnails/cropped/generic-pytorch-logo.png
:link: ../prototype/maskedtensor_overview.html
:tags: MaskedTensor

.. customcarditem::
:header: Masked Tensor Sparsity
:card_description: Learn about how to leverage sparse layouts (e.g. COO and CSR) in MaskedTensor
:image: ../_static/img/thumbnails/cropped/generic-pytorch-logo.png
:link: ../prototype/maskedtensor_sparsity.html
:tags: MaskedTensor

.. customcarditem::
:header: Masked Tensor Advanced Semantics
Expand Down Expand Up @@ -203,4 +205,4 @@ Prototype features are not available as part of binary distributions like PyPI o
prototype/maskedtensor_overview.html
prototype/maskedtensor_sparsity.html
prototype/maskedtensor_advanced_semantics.html
prototype/maskedtensor_adagrad.html
prototype/maskedtensor_adagrad.html

0 comments on commit e445a48

Please sign in to comment.