Skip to content

Commit f000ae4

Browse files
authored
Update README.md
1 parent 66367b4 commit f000ae4

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,17 @@ annotations from outside the tensorflow library as tensorflow currently does not
1111
type annotations.
1212

1313
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:
25+
26+
* [Janis Lesinskis](https://www.customprogrammingsolutions.com/about/janis-lesinskis)
27+
* [acvander](https://github.com/acvander)

0 commit comments

Comments
 (0)