aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/layers/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/python/layers/utils.py')
-rw-r--r--tensorflow/python/layers/utils.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/tensorflow/python/layers/utils.py b/tensorflow/python/layers/utils.py
index 98c287e63e..7c71d3c952 100644
--- a/tensorflow/python/layers/utils.py
+++ b/tensorflow/python/layers/utils.py
@@ -20,13 +20,8 @@ from __future__ import absolute_import
from __future__ import division
from __future__ import print_function
-import six
-from six.moves import xrange # pylint: disable=redefined-builtin
-import numpy as np
-
from tensorflow.python.ops import variables
from tensorflow.python.ops import control_flow_ops
-from tensorflow.python.ops import math_ops
from tensorflow.python.framework import ops
from tensorflow.python.framework import tensor_util