fixes to Onnx ops LayerNormalization/Prelu and added OptionalHasElement/OptionalGetElement (#956)

* prelu and where casting

* typing for safe_numpy

* optional

* get rid of tracing in ci

* cleanup and resolved layernorm issues

* removed debug print
This commit is contained in:
Diogo
2023-06-08 19:09:19 -04:00
committed by GitHub
parent 5c7248c72d
commit 6b1280f01c
3 changed files with 14 additions and 11 deletions

View File

@@ -112,7 +112,7 @@ jobs:
- name: Run Pytest
run: TORCH=1 python -m pytest -s -v -n=auto test/
- name: Run ONNX
run: TORCH=1 python -m pytest test/external/external_test_onnx_backend.py || true
run: TORCH=1 python -m pytest test/external/external_test_onnx_backend.py --tb=no --disable-warnings || true
testgpu:
name: GPU Tests