summaryrefslogtreecommitdiff
path: root/compiler/enco/test/tflite/Sub_000/test.recipe
blob: 0397c9c2bb0726b16472048de6ea903ae95ec209 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
operand {
  name: "ifm1"
  type: FLOAT32
  shape { dim: 1 dim: 5 dim:2 dim:3 }
}
operand {
  name: "ifm2"
  type: FLOAT32
  shape { dim: 1 dim: 5 dim:2 dim:3 }
}
operand {
  name: "ofm"
  type: FLOAT32
  shape { dim: 1 dim: 5 dim:2 dim:3 }
}
operation {
  type: "Sub"
  sub_options {
    activation: NONE
  }
  input: "ifm1"
  input: "ifm2"
  output: "ofm"
}
input: "ifm1"
input: "ifm2"
output: "ofm"