Hello, I am following the autograd onboarding lab (Autograd Onboarding Lab · pytorch/pytorch Wiki · GitHub), and on step 3 it instructs “You can then add an OpInfo entry (in common_methods_invocations.py) to be able to test the new operator.”
Is there any documentation on this common_methods_invocations.py file? What is this file’s purpose and how might I learn how to add to it? Furthermore, how will adding to this file allow me to test my new native function?