You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the slangpy + pytorch examples, "soft-rasterizer-pytorch", uses an interface ITensor. ITensor in the example plays an important role as an interop interface to pytorch.
But we currently don't have any document or even any comments on the source code about how ITensor works as an interop to pytorch.