v1.1.57
What's Changed
- Added broadcast layout infernece by @chxin66 in #438
- Added cases for reduce sum by @chxin66 in #441
- Rename RoiAlign & RoiPool by @antkillerfarm in #446
- add maxpoolwithargmax2 and maxpoolgrad by @MercuryChen in #444
- Fixed quantize param in reduce_sum by @chxin66 in #445
- update nbg format version by @zhengzhouheng in #440
- update Operators.md by @antkillerfarm in #447
- Add ut configuration for cl only device by @sunshinemyson in #448
- Fixed param compute bug for lrn by @chxin66 in #451
- Fix the build error for clang when export TIM_VX_ENABLE_PLATFORM=ON by @liyuenan2333 in #453
- add readme for ovxlib_bin_build.sh by @antkillerfarm in #452
- Added div int32 unit test by @chxin66 in #455
- Mapped GRUCell & unit test by @chxin66 in #457
- include Topk op's header file by @MercuryChen in #460
- Set graph attributes when compile graph to binary by @xuke537 in #459
- Mapped bidirectional lstm & unit test by @chxin66 in #461
- Update Version to 1.1.50 by @sunshinemyson in #462
- Modified Div_int unit test golden by @chxin66 in #466
- Modified bidirectional_sequence_lstm golden accuracy by @chxin66 in #469
- Mapped unidirectional gru & unit test by @chxin66 in #470
- Feat: disable maxpoolwithargmax2 if no low-level support by @sunshinemyson in #471
- disabled two not supported cases by @chxin66 in #473
- Fix error in feature compatible guard by @sunshinemyson in #472
- Added conv3d unit test by @chxin66 in #468
- disabled two Div cases by @chxin66 in #476
- Update OpenCV usage link by @sunshinemyson in #477
- Disabled a conv3d case by @chxin66 in #479
- fixed some errs on gcc12 by @chenfeiyue-cfy in #483
- supported int16 dfp quantization & added conv2d unit test by @chenfeiyue-cfy in #478
- Replace name direct_map_op with builtin_op by @chxin66 in #481
- added Mod op & Mod unit test by @chenfeiyue-cfy in #484
- added sign & softsign by @chenfeiyue-cfy in #486
- added Rcp op & modified test_utils by @chenfeiyue-cfy in #487
- added MaxPool3d op by @chenfeiyue-cfy in #490
- added cumsum op & added OnBindInputPostProc func by @chenfeiyue-cfy in #489
- Supported composed layout infer & added unit test by @chxin66 in #488
- Added two reduce layout infer unittest by @chxin66 in #491
- Fixed bug when input's index is not 0 by @chxin66 in #493
- Added two cases in strided_slice by @chxin66 in #494
- added transpose_test from https://github.com/VeriSilicon/TIM-VX/issue… by @chenfeiyue-cfy in #495
- fixed bug when broadcast dimensions is negative by @chxin66 in #496
- Fixed tensorflow version in CI by @chenfeiyue-cfy in #499
- Update internal & prebuilt-sdk for 22Q3 release by @chenfeiyue-cfy in #500
New Contributors
- @MercuryChen made their first contribution in #444
Full Changelog: v1.1.50...v1.1.57