aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/ops/tensor_array_ops.py
diff options
context:
space:
mode:
authorGravatar Olivia Nordquist <nolivia@google.com>2016-06-14 13:55:27 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-06-14 15:03:59 -0700
commita558c6e3b38846727873b5afbbc3ba309ae5dff5 (patch)
tree1fb38be16d005ce2371409727203ec621bc10461 /tensorflow/python/ops/tensor_array_ops.py
parentd28d4c477b764019b763029145bd81bb491e8a7c (diff)
Execute TODOs to
move client/graph_util.py ops/common_shapes.py ops/constant_op.py ops/op_def_library.py to framework/. Also moved 2 corresponding test files and fixed some linting errors Change: 124885409
Diffstat (limited to 'tensorflow/python/ops/tensor_array_ops.py')
-rw-r--r--tensorflow/python/ops/tensor_array_ops.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/python/ops/tensor_array_ops.py b/tensorflow/python/ops/tensor_array_ops.py
index 08f71bd8e5..49e932e426 100644
--- a/tensorflow/python/ops/tensor_array_ops.py
+++ b/tensorflow/python/ops/tensor_array_ops.py
@@ -25,12 +25,12 @@ from __future__ import absolute_import
from __future__ import division
from __future__ import print_function
+from tensorflow.python.framework import constant_op
from tensorflow.python.framework import dtypes as _dtypes
from tensorflow.python.framework import ops
from tensorflow.python.framework import tensor_shape
from tensorflow.python.framework import tensor_util
from tensorflow.python.ops import array_ops
-from tensorflow.python.ops import constant_op
from tensorflow.python.ops import gen_data_flow_ops
from tensorflow.python.ops import math_ops