I designed a tensor type myself. I want to perform operator overloading on my data type. Do I need to modify the source code of pytorch? I don’t need python level wrapper classes.
I designed a tensor type myself. I want to perform operator overloading on my data type. Do I need to modify the source code of pytorch? I don’t need python level wrapper classes.