Skip to content

Commit

Permalink
[res] Add activation to TransposeConv recipes (Samsung#11464)
Browse files Browse the repository at this point in the history
This will add activation option to TransposeConv recipes.

ONE-DCO-1.0-Signed-off-by: SaeHie Park <[email protected]>
  • Loading branch information
seanshpark authored Sep 4, 2023
1 parent 2d39ef8 commit 01bb182
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions res/TensorFlowLiteRecipes/Net_TConv_Add_000/test.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ operation {
padding: VALID
stride_w: 1
stride_h: 1
activation: NONE
}
}
operation {
Expand Down
1 change: 1 addition & 0 deletions res/TensorFlowLiteRecipes/Net_TConv_Add_001/test.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ operation {
padding: VALID
stride_w: 1
stride_h: 1
activation: NONE
}
}
operation {
Expand Down
1 change: 1 addition & 0 deletions res/TensorFlowLiteRecipes/Net_TConv_Add_002/test.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ operation {
padding: VALID
stride_w: 1
stride_h: 1
activation: NONE
}
}
operation {
Expand Down
1 change: 1 addition & 0 deletions res/TensorFlowLiteRecipes/Net_TConv_BN_000/test.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ operation {
padding: VALID
stride_w: 1
stride_h: 1
activation: NONE
}
}
operation {
Expand Down
1 change: 1 addition & 0 deletions res/TensorFlowLiteRecipes/Net_TConv_BN_001/test.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ operation {
padding: VALID
stride_w: 1
stride_h: 1
activation: NONE
}
}
operation {
Expand Down
1 change: 1 addition & 0 deletions res/TensorFlowLiteRecipes/Net_TConv_BN_002/test.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ operation {
padding: VALID
stride_w: 1
stride_h: 1
activation: NONE
}
}
operation {
Expand Down
1 change: 1 addition & 0 deletions res/TensorFlowLiteRecipes/Net_TConv_BN_003/test.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ operation {
padding: VALID
stride_w: 1
stride_h: 1
activation: NONE
}
}
operation {
Expand Down
1 change: 1 addition & 0 deletions res/TensorFlowLiteRecipes/Net_TConv_BN_004/test.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ operation {
padding: VALID
stride_w: 1
stride_h: 1
activation: NONE
}
}

Expand Down
1 change: 1 addition & 0 deletions res/TensorFlowLiteRecipes/Net_TConv_BN_005/test.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ operation {
padding: VALID
stride_w: 1
stride_h: 1
activation: NONE
}
}
operation {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ operation {
padding: SAME
stride_w: 1
stride_h: 1
activation: NONE
}
input: "out_shape"
input: "ker"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ operation {
padding: SAME
stride_w: 1
stride_h: 1
activation: NONE
}
input: "out_shape"
input: "ker"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@ operation {
padding: VALID
stride_w: 1
stride_h: 1
activation: NONE
}
}
input: "x"
Expand Down
1 change: 1 addition & 0 deletions res/TensorFlowLiteRecipes/TransposeConv_000/test.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ operation {
padding: SAME
stride_w: 1
stride_h: 1
activation: NONE
}
input: "out_shape"
input: "ker"
Expand Down
1 change: 1 addition & 0 deletions res/TensorFlowLiteRecipes/TransposeConv_001/test.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ operation {
padding: SAME
stride_w: 1
stride_h: 1
activation: NONE
}
input: "out_shape"
input: "ker"
Expand Down

0 comments on commit 01bb182

Please sign in to comment.