projects
/
platform
/
core
/
ml
/
nnfw.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Imported Upstream version 1.25.0
[platform/core/ml/nnfw.git]
/
res
/
TensorFlowLiteRecipes
/
HardSwish_000
/
test.recipe
1
operand {
2
name: "ifm"
3
type: FLOAT32
4
shape { dim: 1 dim: 3 dim: 3 dim: 2 }
5
}
6
operand {
7
name: "ofm"
8
type: FLOAT32
9
shape { dim: 1 dim: 3 dim: 3 dim: 2 }
10
}
11
operation {
12
type: "HardSwish"
13
input: "ifm"
14
output: "ofm"
15
}
16
input: "ifm"
17
output: "ofm"