Skip to content

Commit 1ffa293

Browse files
m-torhanglatosinski
authored andcommitted
[#73576] demo_app: model: tflite: magic_wand_no_softmax: Add model IO spec
Signed-off-by: Maciej Torhan <[email protected]>
1 parent cbb9bc9 commit 1ffa293

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"input": [
3+
{
4+
"name": "input_1",
5+
"shape": [
6+
[1, 128, 3],
7+
[1, 128, 3, 1]
8+
],
9+
"dtype": "float32"
10+
}
11+
],
12+
"processed_input": [
13+
{
14+
"name": "serving_default_input_1:0",
15+
"shape": [1, 128, 3, 1],
16+
"dtype": "float32",
17+
"order": 0
18+
}
19+
],
20+
"output": [
21+
{
22+
"name": "StatefulPartitionedCall:0",
23+
"shape": [1, 4],
24+
"dtype": "float32",
25+
"class_names": ["wing", "ring", "slope", "negative"],
26+
"order": 0
27+
}
28+
]
29+
}

0 commit comments

Comments
 (0)