File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -394,9 +394,9 @@ C++ using the following table:
394
394
+--------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
395
395
| Python | C++ |
396
396
+================================+========================================================================================================================================================================+
397
- | ``torch.autograd.backward `` | ``torch::autograd::backward `` (`link <https://pytorch.org/cppdocs/api/function_namespacetorch_1_1autograd_1afa9b5d4329085df4b6b3d4b4be48914b .html >`_) |
397
+ | ``torch.autograd.backward `` | ``torch::autograd::backward `` (`link <https://pytorch.org/cppdocs/api/function_namespacetorch_1_1autograd_1a1403bf65b1f4f8c8506a9e6e5312d030 .html >`_) |
398
398
+--------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
399
- | ``torch.autograd.grad `` | ``torch::autograd::grad `` (`link <https://pytorch.org/cppdocs/api/function_namespacetorch_1_1autograd_1a1e03c42b14b40c306f9eb947ef842d9c .html >`_) |
399
+ | ``torch.autograd.grad `` | ``torch::autograd::grad `` (`link <https://pytorch.org/cppdocs/api/function_namespacetorch_1_1autograd_1ab9fa15dc09a8891c26525fb61d33401a .html >`_) |
400
400
+--------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
401
401
| ``torch.Tensor.detach `` | ``torch::Tensor::detach `` (`link <https://pytorch.org/cppdocs/api/classat_1_1_tensor.html#_CPPv4NK2at6Tensor6detachEv >`_) |
402
402
+--------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
You can’t perform that action at this time.
0 commit comments