fix link to common_methods_invocations.py by adding blob/master

dagitses
2021-07-19 11:34:50 -04:00
parent 5dc85dd2eb
commit 48d1dfe7a3

@ -39,7 +39,7 @@ You can write this in a small standalone script that defines the Function and ru
## III) Write native composite function and OpInfo
Now that you know that the formula is correct, you can implement a brand new native function in “native_functions.yaml” as a CompositeImplicit function.
You can then add an OpInfo entry (in [common_methods_invocations.py](../torch/testing/_internal/common_methods_invocations.py)) to be able to test the new operator.
You can then add an OpInfo entry (in [common_methods_invocations.py](../blob/master/torch/testing/_internal/common_methods_invocations.py)) to be able to test the new operator.
## IV) Write custom formula in derivatives.yaml