mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Fix the invalid link for FX (#149289)
As the title stated. Pull Request resolved: https://github.com/pytorch/pytorch/pull/149289 Approved by: https://github.com/zou3519
This commit is contained in:
@ -854,7 +854,7 @@ Non-\ ``torch`` Functions
|
||||
|
||||
FX uses ``__torch_function__`` as the mechanism by which it intercepts
|
||||
calls (see the `technical
|
||||
overview <https://github.com/pytorch/pytorch/blob/master/torch/fx/OVERVIEW.md#technical-details>`__
|
||||
overview <https://github.com/pytorch/pytorch/blob/main/torch/fx/README.md#technical-details>`__
|
||||
for more information about this). Some functions, such as builtin Python
|
||||
functions or those in the ``math`` module, are not covered by
|
||||
``__torch_function__``, but we would still like to capture them in
|
||||
|
Reference in New Issue
Block a user