Given that `Tensor` is a foundational piece we need to get good stubs for it. Currently there is only this: https://github.com/persephone-tools/tensorflow-stubs/blob/f000ae459c0493b8beb3f97036640891d461678d/tensorflow-stubs/__init__.pyi#L81-L82 With no type stubs for `__init__` or anything else. The coverage here needs to be improved.
Given that
Tensoris a foundational piece we need to get good stubs for it. Currently there is only this:tensorflow-stubs/tensorflow-stubs/__init__.pyi
Lines 81 to 82 in f000ae4
With no type stubs for
__init__or anything else. The coverage here needs to be improved.