Skip to content

Commit

Permalink
[res] Fix SVDF_001 recipe (Samsung#8367)
Browse files Browse the repository at this point in the history
This commit adds optional bias input to SVDF operator.

ONE-DCO-1.0-Signed-off-by: Maksim Bronnikov <[email protected]>
  • Loading branch information
m-bronnikov authored Feb 2, 2022
1 parent 9a4fea8 commit 7719427
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions res/TensorFlowLiteRecipes/SVDF_001/test.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ operation {
input: "ifm"
input: "weight_feature"
input: "weight_time"
input: ""
input: "input_activation_state"
output: "ofm"
}
Expand Down

0 comments on commit 7719427

Please sign in to comment.