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
Copy file name to clipboardExpand all lines: README.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,3 +11,17 @@ annotations from outside the tensorflow library as tensorflow currently does not
11
11
type annotations.
12
12
13
13
Please note: *This is very much a work in progress*, pull requests are very welcome!
14
+
15
+
## Vague roadmap
16
+
17
+
* Build tests using working/verified production code that will enable us more confidence in building our type stubs
18
+
* Create stubs for all tensorflow functions, even if these have types that are too generic such as `Any`. We can then create issues when such code is found and make changes to specify the types.
19
+
* Make more specific typing with an aim of getting good coverage of all the most important parts (for example the `Tensor` class and any other foundational components)
20
+
21
+
## Contributors
22
+
23
+
24
+
Tensorflow stubs has been built based on the code contributions of:
0 commit comments