mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-07 12:20:24 +01:00
Shorter import for tfe.
PiperOrigin-RevId: 173716375
This commit is contained in:
parent
0bc432a443
commit
9bf00c3717
|
|
@ -77,6 +77,7 @@ from tensorflow.contrib import timeseries
|
||||||
from tensorflow.contrib import tpu
|
from tensorflow.contrib import tpu
|
||||||
from tensorflow.contrib import training
|
from tensorflow.contrib import training
|
||||||
from tensorflow.contrib import util
|
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.ndlstm import python as ndlstm
|
||||||
from tensorflow.contrib.remote_fused_graph import pylib as remote_fused_graph
|
from tensorflow.contrib.remote_fused_graph import pylib as remote_fused_graph
|
||||||
from tensorflow.contrib.specs import python as specs
|
from tensorflow.contrib.specs import python as specs
|
||||||
|
|
|
||||||
|
|
@ -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/kernel_tests")
|
||||||
add_python_module("tensorflow/contrib/distributions/python/ops")
|
add_python_module("tensorflow/contrib/distributions/python/ops")
|
||||||
add_python_module("tensorflow/contrib/distributions/python/ops/bijectors")
|
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")
|
||||||
add_python_module("tensorflow/contrib/estimator/python")
|
add_python_module("tensorflow/contrib/estimator/python")
|
||||||
add_python_module("tensorflow/contrib/estimator/python/estimator")
|
add_python_module("tensorflow/contrib/estimator/python/estimator")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user