autocomplete - Pycharm : Cannot find reference 'xxx' in "__init__.py" for Tensorflow -


i trying set tensorflow using pycharm.

although below program working well, seem not totally linked library autocompletion shown parts of available function.
example, tf.float32 variable in auto complete.
tf.session not.

i search same question in stackoverflow seem not working me
how should fix auto complete can work?

enter image description here

enter image description here


Comments