a simple extension, provide static tensorflow completion.
while extension found tf.xxx.xxx, it will show up tensorflow apis (only module/class/function, class method not implemented yet) with really fast speed.
builtin python autocomplete with slow down whole process, you could use ':' instead of '.' to skip that. for example, type "tf:train:Ad" and choose AdamOptimizer, previous ':' with automatically replaced by '.'
only could be triggered by '.'
First release, with tensorflow 1.4 api support (include TensorflowLite api)
allow use ':' to skip slow builtin auto complete
- Code
- email: [email protected]
Enjoy!