summaryrefslogtreecommitdiff
path: root/res/TensorFlowTests/UNIT_Conv2D_002/test.info
diff options
context:
space:
mode:
Diffstat (limited to 'res/TensorFlowTests/UNIT_Conv2D_002/test.info')
-rw-r--r--res/TensorFlowTests/UNIT_Conv2D_002/test.info3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/TensorFlowTests/UNIT_Conv2D_002/test.info b/res/TensorFlowTests/UNIT_Conv2D_002/test.info
new file mode 100644
index 000000000..8f1dbd45a
--- /dev/null
+++ b/res/TensorFlowTests/UNIT_Conv2D_002/test.info
@@ -0,0 +1,3 @@
+# conv2d with VALID, stride = 2, 2
+input, ifm:0, TF_FLOAT, [1, 5, 5, 3]
+output, ofm:0, TF_FLOAT, [1, 2, 2, 2]