summaryrefslogtreecommitdiff
path: root/compiler/nnc/tests/acl_soft_backend/models/concatenate.prototxt
blob: 78d0f8f05e3ee42e3b4e4363ba8effc26db3506d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
name: "CONCANET"
layer {
  name: "input"
  type: "Input"
  top: "data"
  input_param {
    shape {
      dim: 1
      dim: 3
      dim: 4
      dim: 8
    }
  }
}
layer {
  name: "inception_a1_output"
  type: "Concat"
  bottom: "data"
  bottom: "data"
  bottom: "data"
  top: "inception_a1_output"
  phase: TEST
}