Skip to content

Commit

Permalink
Add shape signatures
Browse files Browse the repository at this point in the history
  • Loading branch information
jinevening committed Aug 26, 2024
1 parent ab2c557 commit 7524f51
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions res/TensorFlowLiteRecipes/Net_ZeroDim_001/test.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ operand {
dim: 0
dim: 512
}
shape_signature {
dim: 1
dim: -1
dim: 512
}
}
operand {
name: "transpose1"
Expand All @@ -41,6 +46,12 @@ operand {
dim: 0
dim: 64
}
shape_signature {
dim: 1
dim: 8
dim: -1
dim: 64
}
filler {
tag: "explicit"
}
Expand Down

0 comments on commit 7524f51

Please sign in to comment.