summaryrefslogtreecommitdiff
path: root/res/BVLCCaffeTests/Input_000/test.prototxt
diff options
context:
space:
mode:
Diffstat (limited to 'res/BVLCCaffeTests/Input_000/test.prototxt')
-rw-r--r--res/BVLCCaffeTests/Input_000/test.prototxt8
1 files changed, 8 insertions, 0 deletions
diff --git a/res/BVLCCaffeTests/Input_000/test.prototxt b/res/BVLCCaffeTests/Input_000/test.prototxt
new file mode 100644
index 000000000..2d0571382
--- /dev/null
+++ b/res/BVLCCaffeTests/Input_000/test.prototxt
@@ -0,0 +1,8 @@
+layer {
+ name: "data"
+ type: "Input"
+ top: "data"
+ input_param {
+ shape: { dim: 1 dim: 3 dim: 244 dim: 244 }
+ }
+}