aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/__init__.py
diff options
context:
space:
mode:
authorGravatar Eugene Brevdo <ebrevdo@google.com>2017-10-10 14:16:21 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-10-10 14:20:23 -0700
commit23418e4317b9e2c4a5148368daec873592a0de9e (patch)
tree7c51f234ed4acc365088ffd1e24e8c51c9f6f720 /tensorflow/python/__init__.py
parent3f4c6ccadf51475050549d4d3445e75869768aac (diff)
Move LinearOperator to tf.linalg (with backwards compatibility support in contrib.linalg.)
PiperOrigin-RevId: 171732711
Diffstat (limited to 'tensorflow/python/__init__.py')
-rw-r--r--tensorflow/python/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/python/__init__.py b/tensorflow/python/__init__.py
index f21f1f822c..8d9c5de9ad 100644
--- a/tensorflow/python/__init__.py
+++ b/tensorflow/python/__init__.py
@@ -73,7 +73,6 @@ from tensorflow.python.ops.standard_ops import *
# Namespaces
from tensorflow.python.ops import initializers_ns as initializers
-from tensorflow.python.ops import linalg_ns as linalg
# pylint: enable=wildcard-import
@@ -90,6 +89,7 @@ from tensorflow.python.ops import nn
from tensorflow.python.ops import sets
from tensorflow.python.ops import spectral_ops as spectral
from tensorflow.python.ops.distributions import distributions
+from tensorflow.python.ops.linalg import linalg
from tensorflow.python.ops.losses import losses
from tensorflow.python.profiler import profiler
from tensorflow.python.saved_model import saved_model