PyTorch Developer Podcast
PyTorch Developer Podcast
Edward Yang, Team PyTorch
__torch_function__
17 minutes Posted Jun 2, 2021 at 1:00 pm.
0:00
17:00
Download MP3
Show notes

What is __torch_function__? Why would I want to use it? What does it have to do with keeping extra metadata on Tensors or torch.fx? How is it implemented? Why is __torch_function__ a really popular way of extending functionality in PyTorch? What makes it different from the dispatcher extensibility mechanism? What are some downsides of it being written this way? What are we doing about it?

Further reading.