b1tg
24d328e313
onnx parser (#10435)
* onnx parser
* fix compile, lint
* onnx.load -> onnx_load
* compatible with ModelProto
* fix test external_test_onnx_ops.py
* fix tests
* fix signed int
* reduce to 261 lines
* fix TypeProto.Optional
* debug for _parse_message, add TypeProto.Sequence, cleanup
* onnx_load from Tensor
* remove BufferedReader
* 174 lines and reduce tensor copy
* cleanup
* use onnx_load in external_model_benchmark.py
* fix qcom test
* [onnx] parser support external data
---------
Co-authored-by: b1tg <b1tg@users.noreply.github.com>
Co-authored-by: chenyu <chenyu@fastmail.com>
2025-06-09 12:44:28 -04:00
..
2023-12-02 15:03:46 -08:00
2025-06-08 08:42:22 -07:00
2025-06-08 08:42:22 -07:00
2025-06-09 12:44:28 -04:00
2025-04-26 09:13:24 -04:00
2024-01-07 17:41:09 -08:00
2024-11-14 17:56:02 +08:00
2025-06-08 08:42:22 -07:00
2025-02-26 13:22:08 -05:00
2025-06-08 08:42:22 -07:00
2023-03-11 16:28:10 -08:00
2025-05-28 22:20:02 -07:00
2025-05-28 22:20:02 -07:00
2024-10-10 11:34:29 -04:00
2025-05-28 22:20:02 -07:00
2025-06-09 12:44:28 -04:00
2025-05-28 22:20:02 -07:00
2025-02-20 18:03:09 -05:00
2025-03-24 12:24:34 +08:00
2025-05-28 22:20:02 -07:00
2024-05-04 08:38:01 -07:00
2024-09-24 10:08:04 +08:00
2024-11-12 22:11:40 -05:00
2025-06-07 11:32:03 -04:00
2025-05-18 11:38:28 -07:00
2025-06-05 17:17:42 -07:00
2025-06-08 08:42:22 -07:00
2025-06-08 08:42:22 -07:00
2024-07-03 09:06:01 -07:00
2024-05-24 17:04:19 -04:00
2025-05-28 22:20:02 -07:00
2025-06-09 09:25:53 -07:00
2025-02-26 13:22:08 -05:00
2025-04-28 20:11:19 -04:00
2024-07-02 21:39:01 -04:00
2025-06-08 08:42:22 -07:00
2025-05-28 22:20:02 -07:00
2025-06-05 17:17:42 -07:00
2025-05-28 22:20:02 -07:00
2024-12-25 14:16:30 -05:00
2024-11-14 17:56:02 +08:00
2024-05-22 20:43:21 -04:00
2025-05-28 22:20:02 -07:00
2024-09-25 17:45:13 +08:00
2025-05-28 22:20:02 -07:00
2025-05-28 22:20:02 -07:00
2025-05-19 18:22:50 +03:00
2025-04-02 15:27:48 +08:00
2025-02-25 10:32:00 +03:00
2024-06-22 14:45:06 -04:00
2023-11-13 20:18:40 -08:00
2025-04-13 19:34:20 -04:00
2023-10-19 22:07:15 -07:00
2023-11-28 17:36:55 -08:00
2025-06-07 20:47:28 -04:00
2025-06-07 20:23:50 -04:00
2025-02-26 13:22:08 -05:00
2025-06-09 12:44:28 -04:00
2025-05-07 11:46:09 -07:00