when I use "import as" like
import tensorflow.python.ops.control_flow_ops as ass
I get "AttributeError: module 'tensorflow' has no attribute 'python'"
but code below like
import tensorflow.python.ops.control_flow_ops
works fine
env: python 3.6.3 + tensorflow 1.3.0