Skip to content

Commit

Permalink
[res] Fix shape of Net_ZeroDim_001 (#13753)
Browse files Browse the repository at this point in the history
* [res] Fix shape of Net_ZeroDim_001

This adds dynamic shape info to Net_ZeroDim_001.

ONE-DCO-1.0-Signed-off-by: Hyukjin Jeong <[email protected]>

* Update comment
  • Loading branch information
jinevening authored Aug 26, 2024
1 parent 96b5c2e commit 0d4cf4c
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions res/TensorFlowLiteRecipes/Net_ZeroDim_001/test.recipe
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#
# This was generated by tflchef-reverse from res/TensorFlowTests/NET_0043
# UPDATE: shape_signature was manually inserted to work with dynamic shapes.
#

operand {
Expand Down Expand Up @@ -31,6 +32,11 @@ operand {
dim: 0
dim: 512
}
shape_signature {
dim: 1
dim: -1
dim: 512
}
}
operand {
name: "transpose1"
Expand All @@ -41,6 +47,12 @@ operand {
dim: 0
dim: 64
}
shape_signature {
dim: 1
dim: 8
dim: -1
dim: 64
}
filler {
tag: "explicit"
}
Expand All @@ -61,6 +73,16 @@ operand {
name: "add"
type: FLOAT32
shape {
dim: 0
dim: 8
dim: 0
dim: 64
}
shape_signature {
dim: -1
dim: 8
dim: -1
dim: 64
}
}
operation {
Expand Down

0 comments on commit 0d4cf4c

Please sign in to comment.