aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/__init__.py
blob: 3e28aa85ecfaa56c22716b2abd9f954c4b0ab246 (plain)
1
2
3
4
# Bring in all of the public TensorFlow interface into this
# module.
# pylint: disable=wildcard-import
from tensorflow.python import *