summaryrefslogtreecommitdiff
path: root/res/BVLCCaffeTests/Input_001/test.prototxt
diff options
context:
space:
mode:
Diffstat (limited to 'res/BVLCCaffeTests/Input_001/test.prototxt')
-rw-r--r--res/BVLCCaffeTests/Input_001/test.prototxt12
1 files changed, 12 insertions, 0 deletions
diff --git a/res/BVLCCaffeTests/Input_001/test.prototxt b/res/BVLCCaffeTests/Input_001/test.prototxt
new file mode 100644
index 000000000..eece8b77c
--- /dev/null
+++ b/res/BVLCCaffeTests/Input_001/test.prototxt
@@ -0,0 +1,12 @@
+layer {
+ name: "data1"
+ type: "Input"
+ top: "data1"
+ input_param { shape: { dim: 1 dim: 3 dim: 15 dim: 15 } }
+}
+layer {
+ name: "data2"
+ type: "Input"
+ top: "data2"
+ input_param { shape: { dim: 1 dim: 3 dim: 15 dim: 15 } }
+}