Torch-Pruning
Torch-Pruning copied to clipboard
custom elementwise add
Hi there, what's the best way to implement a custom element-wise addition method? I aim to eliminate the inter-layer dependency of the standard addition operator, or at least cease tracking its dependencies for a custom operator or layer. It would be really helpful to have a tutorial or documentation on creating custom dependencies for operators.