Binding C++ objects to Python

PyTorch Developer Podcast - A podcast by Edward Yang, Team PyTorch

Categories:

In this episode, we will discuss how to bind a C++ object in Python? We'll try to answer the following questions: How does pybind11 do it? What's different about how we implement it for Tensor? What are some downsides of the approach?