Updated Running and writing tests (markdown)

Manuel
2024-07-03 19:23:33 +02:00
parent 89da2fc81a
commit 395d1d7c4d

@ -116,4 +116,4 @@ See the "OpInfos" note in torch/testing/_internal/opinfo/core.py for details on
OpInfos are used to automatically generate a variety of operator tests from metadata. If you're adding a new operator to the torch, torch.nn, torch.special, torch.fft, or torch.linalg namespaces you should write an OpInfo for it so it's tested properly.
## Next
Unit 2: Tensors, Operators, and Testing - [Tensor Views Lab](https://colab.research.google.com/drive/1rJP2aw-f5Iwqwri0_Ei_OI8_esh1Nyeq#scrollTo=LpTEuP0JZzav&line=1&uniqifier=1)
Unit 2: Tensors, Operators, and Testing - [Tensor Views Lab](https://colab.research.google.com/drive/1rJP2aw-f5Iwqwri0_Ei_OI8_esh1Nyeq#scrollTo=LpTEuP0JZzav&line=1&uniqifier=1) **Colaboratory notebook will open**