We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tensor
Given that Tensor is 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.
__init__
The text was updated successfully, but these errors were encountered:
Tensor class is defined here: https://github.com/tensorflow/tensorflow/blob/0e53c66f338a60be5ea348fdeb7b19e5b579971f/tensorflow/python/framework/ops.py#L198
Sorry, something went wrong.
No branches or pull requests
Given that
Tensor
is 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.The text was updated successfully, but these errors were encountered: