summaryrefslogtreecommitdiff
path: root/res/TensorFlowLiteRecipes/Quant_Logistic_000/test.recipe
blob: dca24da4c543091b0877cffa1416c0c136a72ee8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
operand {
  name: "ifm"
  type: FLOAT32
  shape { dim: 1 dim: 3 dim: 3 dim: 2 }
}
operand {
  name: "ofm"
  type: FLOAT32
  shape { dim: 1 dim: 3 dim: 3 dim: 2 }
}
operation {
  type: "Logistic"
  input: "ifm"
  output: "ofm"
}
input: "ifm"
output: "ofm"