mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
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:
parent
dab900dfa0
commit
8236808e89
1 changed files with 1 additions and 0 deletions
|
|
@ -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'],
|
||||
|
|
|
|||
Loading…
Reference in a new issue