Skip to content

Commit

Permalink
Update res/TensorFlowLiteRecipes/Inf_Pad_000/test.recipe
Browse files Browse the repository at this point in the history
change padding data type to int32

Co-authored-by: SaeHie Park <[email protected]>
  • Loading branch information
icodo98 and seanshpark committed Sep 27, 2024
1 parent 652dfce commit 253a35a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/TensorFlowLiteRecipes/Inf_Pad_000/test.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ operand {
}
operand {
name: "padding"
type: INT64
type: INT32
shape { dim: 4 dim: 2 }
filler {
tag: "explicit"
Expand Down

0 comments on commit 253a35a

Please sign in to comment.