Tensor Class Hierarchy

Hello all, in my quest to understand the relation between the different Tensor* types in the library, I’ve created this class inheritance diagram, which might be of use to others. If you like it, I’ll share some of the other ones I’ve made while reading through the source code.

1 Like

Here’s one for the Transforms

1 Like

@idraja How did you generate the above image, BTW?

Mindnode for Mac. If I did it again I would use graphviz instead.

1 Like

Is there any easy tool to extract such dependency?
I just want to visualize class hierarchy of fastai classes.