add opset18 node test (#14236)

### Description
add opset18 into download data list

### Motivation and Context
Ref:
https://github.com/onnx/onnx/releases/tag/v1.13.0
This commit is contained in:
Yi Zhang 2023-01-19 00:56:57 +08:00 committed by GitHub
parent dab900dfa0
commit 8236808e89
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 = [
['opset18', '1.13.0'],
['opset17', '1.12.1'],
['opset16', '1.11.0'],
['opset15', '1.10.2'],