Skip to content

Commit

Permalink
[wasm] Enable lowerBound and upperBound op tests (#7301)
Browse files Browse the repository at this point in the history
* Add SearchSorted

* Enable lowerBound and upperBound tests
  • Loading branch information
chunnienc authored Jan 26, 2023
1 parent 49d2746 commit b688c1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tfjs-backend-wasm/src/setup_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,8 @@ const TEST_FILTERS: TestFilter[] = [
{include: 'searchSorted '},
{include: 'avgPool3d '},
{include: 'avgPool3dBackprop '},
{include: 'upperBound '},
{include: 'lowerBound '},
];

const customInclude = (testName: string) => {
Expand Down

0 comments on commit b688c1c

Please sign in to comment.