Skip to content

Commit

Permalink
Add field "align_hwc_to_128", do not align if C==64
Browse files Browse the repository at this point in the history
  • Loading branch information
daquexian committed Aug 21, 2019
1 parent 965dc14 commit b22d0c7
Show file tree
Hide file tree
Showing 5 changed files with 178 additions and 94 deletions.
1 change: 1 addition & 0 deletions common/dab.fbs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ table Tensor {
float32_data: [float32];
shape: [uint32];
name: string;
align_hwc_to_128: bool;
}

table Input {
Expand Down

0 comments on commit b22d0c7

Please sign in to comment.