From 4ed954de13faaa3600da325e93d9b08c3700b7a9 Mon Sep 17 00:00:00 2001 From: Basil Hosmer Date: Wed, 18 Aug 2021 15:37:02 -0700 Subject: [PATCH] added link to MaybeOwned page in C++ section --- Home.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Home.md b/Home.md index f483c93..095aa18 100644 --- a/Home.md +++ b/Home.md @@ -111,6 +111,7 @@ New to PyTorch? Don't know where to start? * [Tensor basics](https://github.com/pytorch/pytorch/blob/master/docs/cpp/source/notes/tensor_basics.rst) * [Tensor Creation API](https://github.com/pytorch/pytorch/blob/master/docs/cpp/source/notes/tensor_creation.rst) * [Tensor Indexing API](https://github.com/pytorch/pytorch/blob/master/docs/cpp/source/notes/tensor_indexing.rst) +* [MaybeOwned\](https://github.com/pytorch/pytorch/blob/master/docs/cpp/source/notes/maybe_owned.rst) * [Installing C++ Distributions of PyTorch](https://github.com/pytorch/pytorch/blob/master/docs/cpp/source/installing.rst) * [Torch Library API](https://github.com/pytorch/pytorch/blob/master/docs/cpp/source/library.rst) * [libtorch](https://github.com/pytorch/pytorch/blob/master/docs/libtorch.rst)