v1.1.50
What's Changed
- Added param "step" for slice & added unit test by @chxin66 in #352
- Fixed compiler fail for elu by @chxin66 in #358
- update ovxlib virtual_device patch by @lileiigithub in #357
- Supported specifying alpha and beta by @chxin66 in #356
- Fixed layout inference bug for stride_slice by @chxin66 in #329
- refine tim_internal.cmake for ovxlib vip by @lileiigithub in #360
- Added unit test for maxpool by @chxin66 in #361
- Suported specifying CRD_mode & DCR_mode in depthtospace by @chxin66 in #362
- Support specifying pad_mode in pad by @chxin66 in #355
- add BroadcastInDim to internal expand_broadcast op by @antkillerfarm in #364
- Added selu & celu & unit test by @chxin66 in #366
- Add Broadcast op by @antkillerfarm in #365
- Update operator support plan by @sunshinemyson in #367
- Fixed pad layout inference bug by @chxin66 in #370
- CI enhancement - enable benchmark_model and samples by @sunshinemyson in #372
- rename CopyTensorToData to CopyDataFromTensor to align name of tim::v… by @antkillerfarm in #373
- add macro VSI_EXPAND_BROADCAST_ENABLE_DIMENSIONS for ovxlib compatibi… by @antkillerfarm in #374
- add test demo for multi_device by @lileiigithub in #371
- Fix ci crash by @sunshinemyson in #380
- fix bug of param num in custom op by @zhengzhouheng in #385
- Added topk & unit test by @chxin66 in #384
- Added Ceil & unit test by @MESeraph in #381
- Fixed layout inference bug for stack by @chxin66 in #375
- add macro VSI_EXPAND_BROADCAST_ENABLE_DIMENSIONS for unit test compat… by @antkillerfarm in #386
- fix gather_element operation input num issue by @chxin66 in #388
- Added gather_elements & unit test by @chxin66 in #363
- add GetElementNum/GetElementByteSize/GetByteSize for TensorSpec by @antkillerfarm in #393
- Fixed no-output if transpose is last op and can be optimized by @sunshinemyson in #395
- Fix build issue by @sunshinemyson in #397
- feat(tensor): support external buffer when creating input/output tensors by @gdh1995 in #389
- Mapped roi_align & added unit test by @chxin66 in #402
- modify GatherElements by @MESeraph in #406
- Added unidirectional lstm layout inference by @chxin66 in #392
- Mapped roi_pool & added unit test by @MESeraph in #404
- Update tensorflow to v2.9.0 in ci by @sunshinemyson in #403
- add reshape unit test by @antkillerfarm in #416
- remove redefinition of TIM_VX_ENABLE_CUSTOM_OP by @antkillerfarm in #417
- Added grouped conv2d layout inference by @chxin66 in #419
- disabled two failed case by @chxin66 in #422
- Enable SetRoundingPolicy by @liyuenan2333 in #426
- Disabled 3 failed case by @chxin66 in #428
- Fixed transpose layout inference bug by @chxin66 in #430
- Added batch dims in gather by @chxin66 in #435
- Update internal for 22Q2 release by @liyuenan2333 in #432
New Contributors
Full Changelog: v1.1.42...v1.1.50