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