aboutsummaryrefslogtreecommitdiffstats
path: root/eval/src/apps/analyze_onnx_model
Commit message (Collapse)AuthorAgeFilesLines
* mallinfo is linux specific.Tor Egge2023-10-191-0/+8
|
* use same variable nameArne Juul2023-10-191-1/+1
|
* Provide both number from malloc and from vm to compare. Should most likely ↵Henning Baldersheim2023-10-191-8/+38
| | | | use max of these go best estimate model cost.
* Report peak memory usage.Henning Baldersheim2023-10-182-10/+9
|
* Update copyrightJon Bratseth2023-10-092-2/+2
|
* Don't read from invalid file pointer (e.g. whenTor Egge2023-09-221-4/+6
| | | | /proc/self/status could not be opened)
* Better namingHenning Baldersheim2023-09-041-9/+9
|
* Probe with optimize as in production.Henning Baldersheim2023-09-041-5/+3
|
* Report memory usage back when probing types.Henning Baldersheim2023-09-041-13/+48
|
* use stdout for 'error' resultHåvard Pettersen2022-03-071-2/+2
|
* better error messagesHåvard Pettersen2022-02-151-7/+55
| | | | | | | | | | | | | added support for capturing stderr when you expect stuff to fail in order to capture all error messages from the child process. simplify ServerCmd to always be verbose (print stdin/stdout(stderr) interactions). improve ServerCmd to enable explicitly checking the child process exit code. fixed test dependency on binary for eval expr and analyze model tests.
* enable probing output typesHåvard Pettersen2022-02-112-2/+45
| | | | also added some testing
* run onnx model to detect unknown output sizesHåvard Pettersen2022-02-091-0/+1
|
* Update Verizon Media copyright notices.gjoranv2021-10-072-2/+2
|
* dry run onnx models on setupHåvard Pettersen2021-06-231-1/+10
|
* estimate time and space needed for onnx model evaluationHåvard Pettersen2021-06-141-3/+152
|
* added very simple onnx model analyzerHåvard Pettersen2021-06-103-0/+68
just estimating memory needed to load the model for now