From 8e0202f323e4898649de56fe44b9970c7becc37f Mon Sep 17 00:00:00 2001 From: iurii zdebskyi <47012416+izdeby@users.noreply.github.com> Date: Thu, 1 Oct 2020 18:06:40 -0400 Subject: [PATCH] Updated Home (markdown) --- Home.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 00edc4e..b64f622 100644 --- a/Home.md +++ b/Home.md @@ -21,9 +21,14 @@ Welcome to the PyTorch developer's wiki! * [Writing tests that run on all available device types](Writing-tests-that-run-on-all-available-device-types) * [Writing memory format aware operators](Writing-memory-format-aware-operators) * [Guide for adding type annotations to PyTorch](Guide-for-adding-type-annotations-to-PyTorch) + +### C++ API * [The C++ Frontend](https://github.com/pytorch/pytorch/blob/master/docs/cpp/source/frontend.rst) * [PyTorch C++ API](https://github.com/pytorch/pytorch/blob/master/docs/cpp/source/index.rst) - +* [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) +* [FAQ](https://github.com/pytorch/pytorch/blob/master/docs/cpp/source/notes/faq.rst) ## Workflow docs