File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ PyTorch's tensor and variable interface is generated automatically from the
203
203
ATen library, so we can more or less translate our Python implementation 1:1
204
204
into C++. Our primary datatype for all computations will be
205
205
:class: `at::Tensor `. Its full API can be inspected `here
206
- <https://github.com/pytorch/pytorch/blob/master/aten/doc/Tensor.h > `_. Notice
206
+ <https://pytorch.org/cppdocs/api/classat_1_1_tensor.html > `_. Notice
207
207
also that we can include ``<iostream> `` or *any other C or C++ header * -- we have
208
208
the full power of C++11 at our disposal.
209
209
@@ -1033,4 +1033,4 @@ mechanism as well as a motivation for using them. You can find the code
1033
1033
examples displayed in this note `here
1034
1034
<https://github.com/pytorch/extension-cpp> `_. If you have questions, please use
1035
1035
`the forums <https://discuss.pytorch.org >`_. Also be sure to check our `FAQ
1036
- <https://pytorch.org/cppdocs/faq.html> `_ in case you run into any issues.
1036
+ <https://pytorch.org/cppdocs/notes/ faq.html> `_ in case you run into any issues.
You can’t perform that action at this time.
0 commit comments