You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Backend Tester] Report quantization and lowering times (#12838)
Track and report the time taken to quantize and lower in the backend
test flow. Include this information in the generated report for each
test case.
Example output (from testing add operator):
Test ID | Test Case | Backend | Flow | Result | Quantize Time (s) |
Lowering Time (s)
-- | -- | -- | -- | -- | -- | --
test_add_dtype_float32_coreml | test_add_dtype | coreml | coreml |
Success (Delegated) | | 0.69
test_add_dtype_float32_coreml_static_int8 | test_add_dtype | coreml |
coreml_static_int8 | Success (Delegated) | 8.73 | 0.88
0 commit comments