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

Popular posts from this blog

c# - Update a combobox from a presenter (MVP) -

How to understand 2 main() functions after using uftrace to profile the C++ program? -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -