namedtensor
namedtensor copied to clipboard
IDEs (at least PyCharm) give useless info in debugging
trafficstars

When debugging, we probably want info like shape, instead of all these constants.
Could you post a regular tensor? Just curious.
Gotcha. I wish it just hid _property automatically, maybe I'll switch to __ for constants.