Skip to content

Commit

Permalink
[res/TensorFlowLiteRecipes] Correct Unique recipe (Samsung#3862)
Browse files Browse the repository at this point in the history
Parent Issue : Samsung#1606
Draft PR : Samsung#2829

This commit adds a correction for unique recipes that were introduced in Samsung#3410

ONE-DCO-1.0-Signed-off-by: venkat.iyer <[email protected]>
  • Loading branch information
dr-venkman authored Aug 19, 2020
1 parent ae78994 commit 611f280
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion res/TensorFlowLiteRecipes/Unique_000/test.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ operand {
operand {
name: "ofm"
type: FLOAT32
shape { }
shape { dim: 0 }
}
operand {
name: "ofm_idx"
Expand Down
2 changes: 1 addition & 1 deletion res/TensorFlowLiteRecipes/Unique_001/test.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ operand {
operand {
name: "ofm"
type: FLOAT32
shape { }
shape { dim: 0 }
}
operand {
name: "ofm_idx"
Expand Down
2 changes: 1 addition & 1 deletion res/TensorFlowLiteRecipes/Unique_002/test.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ operand {
operand {
name: "ofm"
type: INT32
shape { }
shape { dim: 0 }
}
operand {
name: "ofm_idx"
Expand Down
2 changes: 1 addition & 1 deletion res/TensorFlowLiteRecipes/Unique_003/test.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ operand {
operand {
name: "ofm"
type: INT32
shape { }
shape { dim: 0 }
}
operand {
name: "ofm_idx"
Expand Down
2 changes: 1 addition & 1 deletion res/TensorFlowLiteRecipes/Unique_U8_000/test.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ operand {
operand {
name: "ofm"
type: UINT8
shape { }
shape { dim: 0 }
}
operand {
name: "ofm_idx"
Expand Down
2 changes: 1 addition & 1 deletion res/TensorFlowLiteRecipes/Unique_U8_001/test.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ operand {
operand {
name: "ofm"
type: UINT8
shape { }
shape { dim: 0 }
}
operand {
name: "ofm_idx"
Expand Down

0 comments on commit 611f280

Please sign in to comment.