Shorter import for tfe.

PiperOrigin-RevId: 173716375
This commit is contained in:
Alexandre Passos 2017-10-27 14:10:36 -07:00 committed by TensorFlower Gardener
parent 0bc432a443
commit 9bf00c3717
2 changed files with 3 additions and 0 deletions

View File

@ -77,6 +77,7 @@ from tensorflow.contrib import timeseries
from tensorflow.contrib import tpu
from tensorflow.contrib import training
from tensorflow.contrib import util
from tensorflow.contrib.eager.python import tfe as eager
from tensorflow.contrib.ndlstm import python as ndlstm
from tensorflow.contrib.remote_fused_graph import pylib as remote_fused_graph
from tensorflow.contrib.specs import python as specs

View File

@ -347,6 +347,8 @@ add_python_module("tensorflow/contrib/distributions/python")
add_python_module("tensorflow/contrib/distributions/python/kernel_tests")
add_python_module("tensorflow/contrib/distributions/python/ops")
add_python_module("tensorflow/contrib/distributions/python/ops/bijectors")
add_python_module("tensorflow/contrib/eager")
add_python_module("tensorflow/contrib/eager/python")
add_python_module("tensorflow/contrib/estimator")
add_python_module("tensorflow/contrib/estimator/python")
add_python_module("tensorflow/contrib/estimator/python/estimator")