hat/test
Lisa Ong 5aa080c110
Fixes for mixture of output and input_output parameters (#79)
* parameter value incorrectly set for affine array

* handle shape=() ndarrays in args verification

* test fix: order is not guaranteed(?)

* actually drop hash suffix

* .

* flag possible bug

* add helper to lookup function by name

* undo

Co-authored-by: Lisa Ong <onglisa@microsoft.com>
2022-11-01 10:29:08 +08:00
..
.gitignore Make it easier to author a hat file from python 2022-06-09 01:05:07 -07:00
__init__.py Refactors and restructures code for tighter integration of HAT object model (#36) 2022-03-30 13:50:00 -07:00
requirements.txt Updates test requirements.txt (#73) 2022-09-28 14:14:26 -07:00
test_benchmark_hat_package.py Fixes for mixture of output and input_output parameters (#79) 2022-11-01 10:29:08 +08:00
test_create_simple_hat_file.py Initial verify_hat support for runtime arrays and elements (#65) 2022-08-23 07:09:25 +08:00
test_hat.py Updates ArgValue to better handle constant sizes for runtime arrays (#72) 2022-10-04 12:57:54 -07:00
test_hat_file.py Initial verify_hat support for runtime arrays and elements (#65) 2022-08-23 07:09:25 +08:00
test_verify_hat.py Function calls with runtime output arrays (#71) 2022-09-27 08:31:49 +08:00