v1.1.42
What's Changed
- add alpha & beta parameters for HardSigmoid by @antkillerfarm in #265
- Support that op's all inputs in layout inference are constant by @liyuenan2333 in #264
- Disable fast mode of graph by @onepick in #267
- Update component diagram and README.md by @sunshinemyson in #269
- Support NPU access large memory > 4G by @sunshinemyson in #280
- Fix build error with gcc 6.2.0 by @sunshinemyson in #282
- Enabled bulding with buildroot toolchain. by @SHagerGEL in #281
- [New API] Add compile_option support - relax_mode by @sunshinemyson in #285
- fix compile error in g++5.4 by @yingshengBD in #286
- Install headers to place defined by CMAKE_INSTALL_INCLUDEDIR variable by @robert-kalmar in #291
- enable no bias in FC layout inference by @liyuenan2333 in #294
- Fixed pad bug for grouped_conv1d by @chxin66 in #292
- Added unit test for stack by @chxin66 in #298
- Relax tolerance for div_uint8 case by @sunshinemyson in #303
- Update reshape to reshape2 by @sunshinemyson in #310
- add custom base op and tests by @zhengzhouheng in #315
- Added unit test for batch2space and space2batch by @xuke537 in #321
- fix some comments of Mish and LRN layer by @gdh1995 in #322
- Add document for customized operator by @sunshinemyson in #323
- Fix build warn/error with clang by @sunshinemyson in #326
- Refine customized op support by @sunshinemyson in #327
- Add ArgMax/ArgMin unit tests by @xuke537 in #333
- add cmake option of custom op support by @zhengzhouheng in #335
- OpenCV offical announcement with TIM-VX support by @sunshinemyson in #341
- Add layout inference & layout test for stack by @chxin66 in #337
- support multi virtual devices by @lileiigithub in #331
- Support specifying alpha in elu by @chxin66 in #354
New Contributors
- @SHagerGEL made their first contribution in #281
- @yingshengBD made their first contribution in #286
- @gdh1995 made their first contribution in #322
Full Changelog: v1.1.37...v1.1.42