summaryrefslogtreecommitdiff
path: root/nn/runtime/test/specs/V1_0/reshape_weights_as_inputs.mod.py
diff options
context:
space:
mode:
Diffstat (limited to 'nn/runtime/test/specs/V1_0/reshape_weights_as_inputs.mod.py')
-rw-r--r--nn/runtime/test/specs/V1_0/reshape_weights_as_inputs.mod.py19
1 files changed, 16 insertions, 3 deletions
diff --git a/nn/runtime/test/specs/V1_0/reshape_weights_as_inputs.mod.py b/nn/runtime/test/specs/V1_0/reshape_weights_as_inputs.mod.py
index 00b2c569d..6a31968f6 100644
--- a/nn/runtime/test/specs/V1_0/reshape_weights_as_inputs.mod.py
+++ b/nn/runtime/test/specs/V1_0/reshape_weights_as_inputs.mod.py
@@ -1,5 +1,19 @@
-# TODO: Re-enable after b/140641425 is addressed.
-"""
+#
+# Copyright (C) 2017 The Android Open Source Project
+#
+# 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.
+#
+
# model
model = Model()
i1 = Input("op1", "TENSOR_FLOAT32", "{1, 1, 3, 3}") # a line of 3 pixels, 3 components/pixel
@@ -20,4 +34,3 @@ output0 = {i3: # output 0
# Instantiate an example
Example((input0, output0))
-"""