Skip to content

Commit

Permalink
add opset17 node test data (#13062)
Browse files Browse the repository at this point in the history
### Description ###
Add opset17 node test data

### Motivation and Context ###
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
  • Loading branch information
mszhanyi authored Sep 23, 2022
1 parent a24b41d commit 9223756
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/scripts/prepare-onnx-node-tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import * as path from 'path';
import {downloadZip, extractFile} from './utils';

const TEST_DATA_OPSET_VERSIONS = [
['opset17', '1.12.1'],
['opset16', '1.11.0'],
['opset15', '1.10.2'],
['opset14', '1.9.1'],
Expand Down

0 comments on commit 9223756

Please sign in to comment.