summaryrefslogtreecommitdiff
path: root/res/BVLCCaffeTests/Concat_000/test.prototxt
blob: 0c2ee899cba145e3ab2616477d6465a1888a3157 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
layer {
  name: "data"
  type: "Input"
  top: "data1"
  top: "data2"
  top: "data3"
  top: "data4"
  input_param {
    shape: { dim: 1 dim: 1 dim: 4 dim: 4 }
    shape: { dim: 1 dim: 2 dim: 4 dim: 4 }
    shape: { dim: 1 dim: 3 dim: 4 dim: 4 }
    shape: { dim: 1 dim: 4 dim: 4 dim: 4 }
  }
}
layer {
  name: "concat"
  type: "Concat"
  bottom: "data1"
  bottom: "data2"
  bottom: "data3"
  bottom: "data4"
  top: "concat"
}