projects
/
platform
/
core
/
ml
/
nnfw.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
9beb51690d2742024494ee34bcabbafd3becda79
[platform/core/ml/nnfw.git]
/
res
/
TensorFlowLiteRecipes
/
Unique_001
/
test.recipe
1
operand {
2
name: "ifm"
3
type: FLOAT32
4
shape { dim: 4 }
5
}
6
operand {
7
name: "ofm"
8
type: FLOAT32
9
shape { }
10
}
11
operand {
12
name: "ofm_idx"
13
type: INT64
14
shape { dim: 4 }
15
}
16
operation {
17
type: "Unique"
18
unique_options {
19
idx_out_type: INT64
20
}
21
input: "ifm"
22
output: "ofm"
23
output: "ofm_idx"
24
}
25
input: "ifm"
26
output: "ofm"
27
output: "ofm_idx"