aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/tpu/__init__.py
diff options
context:
space:
mode:
authorGravatar Frank Chen <frankchn@google.com>2017-06-09 17:10:14 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-06-09 17:14:29 -0700
commitf77cd1045f227440947b314ea2df39ba88b1e62b (patch)
treeaa51eb52ef7d83e4c97b9c9d71b1ee49ca775187 /tensorflow/contrib/tpu/__init__.py
parent287c21568d896cd51ae96185d5d0b93eeddca3ed (diff)
Automated g4 rollback of changelist 158480927
PiperOrigin-RevId: 158582372
Diffstat (limited to 'tensorflow/contrib/tpu/__init__.py')
-rw-r--r--tensorflow/contrib/tpu/__init__.py24
1 files changed, 0 insertions, 24 deletions
diff --git a/tensorflow/contrib/tpu/__init__.py b/tensorflow/contrib/tpu/__init__.py
deleted file mode 100644
index ea48831304..0000000000
--- a/tensorflow/contrib/tpu/__init__.py
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 2017 The TensorFlow Authors. All Rights Reserved.
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-# =============================================================================
-
-"""Ops related to Tensor Processing Units."""
-
-from __future__ import absolute_import
-from __future__ import division
-from __future__ import print_function
-
-# pylint: disable=wildcard-import,unused-import
-from tensorflow.contrib.tpu.python.ops.tpu_ops import *
-# pylint: enable=wildcard-import,unused-import