Add ONNX 1.14 test data (#16943)

This PR is similar to #15256
This commit is contained in:
Changming Sun 2023-08-01 11:19:27 -07:00 committed by GitHub
parent 969c95f73f
commit 1333f73a68
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,6 +10,7 @@ import * as path from 'path';
import {downloadZip, extractFile} from './utils';
const TEST_DATA_OPSET_VERSIONS = [
['opset19', '1.14.0'],
['opset18', '1.13.1'],
['opset17', '1.12.1'],
['opset16', '1.11.0'],