aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/testing
diff options
context:
space:
mode:
authorGravatar Vijay Vasudevan <vrv@google.com>2016-02-25 18:06:54 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-02-25 18:10:39 -0800
commit9f7eb520c750303549ca75a63b57924f2a99ef66 (patch)
tree4c82e823b20d0cedc0df26a00e74a772b2ca7811 /tensorflow/contrib/testing
parentd8fbe760f02662db7c79969aec15227fc261f8f5 (diff)
Missing entries due to moved files.
Change: 115626850
Diffstat (limited to 'tensorflow/contrib/testing')
-rw-r--r--tensorflow/contrib/testing/python/framework/test_util.py16
1 files changed, 15 insertions, 1 deletions
diff --git a/tensorflow/contrib/testing/python/framework/test_util.py b/tensorflow/contrib/testing/python/framework/test_util.py
index d48dcf8c62..c3c205ef1a 100644
--- a/tensorflow/contrib/testing/python/framework/test_util.py
+++ b/tensorflow/contrib/testing/python/framework/test_util.py
@@ -1,3 +1,18 @@
+# Copyright 2016 Google Inc. 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.
+# ==============================================================================
+
"""Test utilities."""
from __future__ import absolute_import
from __future__ import division
@@ -115,4 +130,3 @@ def simple_values_from_events(events, tags):
step_by_tag[tag] = e.step
value_by_tag[tag] = v.simple_value
return value_by_tag
-