aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/quantization/python
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/contrib/quantization/python
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/contrib/quantization/python')
-rw-r--r--tensorflow/contrib/quantization/python/math_ops.py2
-rw-r--r--tensorflow/contrib/quantization/python/nn_ops.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/contrib/quantization/python/math_ops.py b/tensorflow/contrib/quantization/python/math_ops.py
index 2d9d6f4eea..43c1409358 100644
--- a/tensorflow/contrib/quantization/python/math_ops.py
+++ b/tensorflow/contrib/quantization/python/math_ops.py
@@ -21,9 +21,9 @@ from __future__ import print_function
# pylint: disable=unused-import,wildcard-import
from tensorflow.contrib.quantization.ops import gen_math_ops
from tensorflow.contrib.quantization.ops.gen_math_ops import *
+from tensorflow.python.framework import common_shapes
from tensorflow.python.framework import ops
from tensorflow.python.framework import tensor_shape
-from tensorflow.python.ops import common_shapes
# QuantizedMatMul* ops.
diff --git a/tensorflow/contrib/quantization/python/nn_ops.py b/tensorflow/contrib/quantization/python/nn_ops.py
index 91bc2c071f..33af3c1e2c 100644
--- a/tensorflow/contrib/quantization/python/nn_ops.py
+++ b/tensorflow/contrib/quantization/python/nn_ops.py
@@ -21,9 +21,9 @@ from __future__ import print_function
# pylint: disable=unused-import,wildcard-import
from tensorflow.contrib.quantization.ops import gen_nn_ops
from tensorflow.contrib.quantization.ops.gen_nn_ops import *
+from tensorflow.python.framework import common_shapes
from tensorflow.python.framework import ops
from tensorflow.python.framework import tensor_shape
-from tensorflow.python.ops import common_shapes
# QuantizedAvgPool* ops.