summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/integration/tensorflow/models/mnist/simple_mnist.py
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@oath.com>2018-10-01 15:00:37 +0200
committerJon Bratseth <bratseth@oath.com>2018-10-01 15:00:37 +0200
commit0761bf5ca610cb1dd4296e1c217772b44b2c6bb1 (patch)
tree978f5a90fd84e8bb579d8473cb24c827f54e3a5f /config-model/src/test/integration/tensorflow/models/mnist/simple_mnist.py
parentfbca8fc6115fbf924cc688d927c50d8e9d99a321 (diff)
Add copyright header
Diffstat (limited to 'config-model/src/test/integration/tensorflow/models/mnist/simple_mnist.py')
-rw-r--r--config-model/src/test/integration/tensorflow/models/mnist/simple_mnist.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/config-model/src/test/integration/tensorflow/models/mnist/simple_mnist.py b/config-model/src/test/integration/tensorflow/models/mnist/simple_mnist.py
index 3d390fed9a1..7494e93fa71 100644
--- a/config-model/src/test/integration/tensorflow/models/mnist/simple_mnist.py
+++ b/config-model/src/test/integration/tensorflow/models/mnist/simple_mnist.py
@@ -1,3 +1,4 @@
+# Copyright 2018 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
# Common imports
import numpy as np