Skip to content

Commit

Permalink
webgpu: Skip raggedTensorToTensor test cases (#6732)
Browse files Browse the repository at this point in the history
Op raggedTensorToTensor is not implemented in WebGPU backend, so we
skip related cases.
  • Loading branch information
Yang Gu authored Aug 9, 2022
1 parent f5b469b commit 9479c6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tfjs-backend-webgpu/src/setup_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ const TEST_FILTERS: TestFilter[] = [
'reverse3d ',
'reverse4d ',
'reverse webgpu',
'raggedTensorToTensor ',
'RFFT ',
'round webgpu',
'method otsu', // round
Expand Down

0 comments on commit 9479c6c

Please sign in to comment.