We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5af5c52 commit ca5bbcaCopy full SHA for ca5bbca
ci_build/azure_pipelines/templates/unit_test.yml
@@ -18,6 +18,7 @@ steps:
18
- bash: |
19
export TF2ONNX_TEST_BACKEND=$CI_ONNX_BACKEND
20
export TF2ONNX_TEST_OPSET=$CI_ONNX_OPSET
21
+ pip install fire
22
python benchmarks/profile_conversion_time.py
23
timeoutInMinutes: 15
24
displayName: ${{ format('Run profile_conversion_time.py - Opset{0}', onnx_opset) }}
0 commit comments