Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
adding a reshape pack test.
Browse files Browse the repository at this point in the history
  • Loading branch information
duli2012 committed May 4, 2021
1 parent 785d37b commit 7fba657
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/unittests/backends/webgl/test_reshape_packed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,5 +156,10 @@ function getTestData(): TestData[] {
inputShape: [2, 2, 2, 4],
outputShape: [2, 1, 4, 4],
},
{
elementCount: 18432,
inputShape: [512, 36, 1, 1],
outputShape: [512, 36],
},
];
}

0 comments on commit 7fba657

Please sign in to comment.