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 ca5bbca commit a53b8c7Copy full SHA for a53b8c7
ci_build/azure_pipelines/templates/unit_test.yml
@@ -18,7 +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
+ pip install fire pyinstrument
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