Log in

goodpods headphones icon

To access all our features

Open the Goodpods app
Close icon
PyTorch Developer Podcast - Higher order operators

Higher order operators

PyTorch Developer Podcast

04/21/24 • 17 min

plus icon
bookmark
Share icon
Higher order operators are a special form of operators in torch.ops which have relaxed input argument requirements: in particular, they can accept any form of argument, including Python callables. Their name is based off of their most common use case, which is to represent higher order functions like control flow operators. However, they are also used to implement other variants of basic operators and can also be used to smuggle in Python data that is quite unusual. They are implemented using a Python dispatcher.

04/21/24 • 17 min

plus icon
bookmark
Share icon

Generate a badge

Get a badge for your website that links back to this episode

Select type & size
Open dropdown icon
share badge image

<a href="https://goodpods.com/podcasts/pytorch-developer-podcast-373610/higher-order-operators-53495810"> <img src="https://storage.googleapis.com/goodpods-images-bucket/badges/generic-badge-1.svg" alt="listen to higher order operators on goodpods" style="width: 225px" /> </a>

Copy