Commit Graph

  • e047fce59f
    Disable cases which offloaded to SW path(#422) chxin66 2022-07-04 15:37:06 +0800
  • 3e8d5e3493
    Added grouped conv2d layout inference (#419) chxin66 2022-06-28 14:52:26 +0800
  • d716a1a9f0
    remove redefination of TIM_VX_ENABLE_CUSTOM_OP (#417) Antkillerfarm 2022-06-27 14:59:46 +0800
  • 3dd6c507d4
    add reshape unit test (#416) Antkillerfarm 2022-06-23 14:07:38 +0800
  • febc83e084
    Fix CI badge Kainan Cha 2022-06-15 18:42:17 +0800
  • e21e02bf2c
    Update Programming_Guide.md Kainan Cha 2022-06-11 00:54:29 +0800
  • e61d5bd17c
    Update cmake_x86_vsim.yml (#403) Sven 2022-05-30 21:32:19 +0800
  • 11f953b506
    Mapped roi_pool & added unit test (#404) MESeraph 2022-05-30 19:57:50 +0800
  • 44cc6f9f09
    lstm layout inference & Added unidirectional lstm layout inference (#392) chxin66 2022-05-29 22:40:43 +0800
  • 6d0c6b01b5
    modify GatherElements (#406) MESeraph 2022-05-29 22:25:14 +0800
  • 1b4c30e572
    Mapped roi_align & added unit test (#402) chxin66 2022-05-27 16:34:48 +0800
  • f8741b4704
    feat(tensor): support external buffer when creating input/output tensors (#389) Dahan Gong 2022-05-18 23:38:26 +0800
  • a9764291b0
    Fix build issue (#397) Sven 2022-05-16 14:24:44 +0800
  • 4f2991c853
    Fixed no-output if transpose is last op and can be optimized (#395) Sven 2022-05-13 16:59:25 +0800
  • b3677305c4
    add GetElementNum/GetElementByteSize/GetByteSize for TensorSpec (#393) Antkillerfarm 2022-05-13 14:29:25 +0800
  • 0d8ac3dc2b
    Added gather_elements & unit test (#363) chxin66 2022-05-10 09:55:50 +0800
  • 60cfea53a0
    fix gather_element operation input num issue (#388) chxin66 2022-05-06 09:31:14 +0800
  • c6847981e6
    add macro VSI_EXPAND_BROADCAST_ENABLE_DIMENSIONS for unit test compatibility (#386) Antkillerfarm 2022-05-06 09:30:26 +0800
  • 11572140d2
    Fixed layout inference bug for stack (#375) chxin66 2022-05-05 17:18:09 +0800
  • eab0d807a6
    Added Ceil & unit test (#381) MESeraph 2022-05-05 17:11:31 +0800
  • 7a8ae32f73
    Added topk & unit test (#384) chxin66 2022-05-05 17:06:39 +0800
  • c09cdf79ad
    fix bug of param num in custom op (#385) Zhouheng Zheng 2022-05-05 17:04:38 +0800
  • 3f629d3910
    Fix ci crash (#380) Sven 2022-05-03 10:49:49 +0800
  • 4bd0ce943b
    add test demo for multi_device (#371) lucklee 2022-04-29 22:54:03 +0800
  • d108661a03
    Update README.md Kainan Cha 2022-04-27 13:14:23 +0800
  • 3f2e67b65f
    add macro VSI_EXPAND_BROADCAST_ENABLE_DIMENSIONS for ovxlib compatibility (#374) Antkillerfarm 2022-04-24 18:38:56 +0800
  • dbb3631d4e
    rename CopyTensorToData to CopyDataFromTensor to align name of tim::vx::Tensor (#373) Antkillerfarm 2022-04-24 13:36:51 +0800
  • cccd7860d6
    CI enhancement - enable benchmark_model and samples (#372) Sven 2022-04-24 12:26:29 +0800
  • 5c4800ab33
    Fixed pad layout inference bug & added one stridedslice case (#370) chxin66 2022-04-20 21:44:43 +0800
  • b5c4514b94
    Update operator support planw (#367) Sven 2022-04-19 11:38:07 +0800
  • b916e1301a
    Add Broadcast op (#365) Antkillerfarm 2022-04-18 15:45:15 +0800
  • 96dedc1453
    Added selu & celu & unit test (#366) chxin66 2022-04-18 14:35:29 +0800
  • 954d264108
    add BroadcastInDim to internal expand_broadcast op (#364) Antkillerfarm 2022-04-18 13:59:18 +0800
  • eb21143987
    Support specifying pad_mode in pad (#355) chxin66 2022-04-14 19:55:47 +0800
  • 479fc576ae
    Suported specifying CRD_mode & DCR_mode in depthtospace (#362) chxin66 2022-04-14 19:53:32 +0800
  • 0dc38eac2e
    Added unit test for maxpool (#361) chxin66 2022-04-13 22:16:47 +0800
  • 12746cb4d7
    refine tim_internal.cmake for ovxlib vip (#360) lucklee 2022-04-13 22:14:32 +0800
  • 93f20429ea
    Fixed layout inference bug for stride_slice (#329) chxin66 2022-04-13 10:12:37 +0800
  • ba6b311409
    Added hardsigmoid test case with alpha and beta (#356) chxin66 2022-04-13 10:10:30 +0800
  • 1eaf326abf
    update ovxlib virtual_device patch (#357) lucklee 2022-04-13 10:04:46 +0800
  • c033cfc582
    Fixed compiler fail for elu (#358) chxin66 2022-04-12 18:42:50 +0800
  • e8ca6b8ee3
    Added param step for slice & added unit test (#352) chxin66 2022-04-12 15:42:58 +0800
  • 20e27ed550
    Update prebuilt and internal for 22Q1 release(#349) Zhouheng Zheng 2022-04-12 15:18:45 +0800
  • d0af7ae8df
    Support alpha in elu (#354) chxin66 2022-04-11 19:04:30 +0800
  • b4091318ea
    fix buf of param init in custom op (#345) Zhouheng Zheng 2022-04-06 17:21:54 +0800
  • 70d2f410a8
    support virtual vip devices (#331) lucklee 2022-04-06 13:05:38 +0800
  • 1ca89d2ffa
    Add layout inference & layout test for stack (#337) chxin66 2022-04-06 13:01:41 +0800
  • 8462f16dc0
    OpenCV offical announcement with TIM-VX support (#341) Sven 2022-04-01 10:27:52 +0800
  • 171abb0f1b
    Revert "composed Dense & added unit test (#312)" (#340) Sven 2022-03-31 18:37:45 +0800
  • 18ce7b45fb
    Enable handle support for new hardware (#334) Sven 2022-03-29 18:12:28 +0800
  • d1b57e8eca
    Add cmake option of custom op support (#335) Zhouheng Zheng 2022-03-28 09:42:19 +0800
  • f2e71a3deb
    composed Dense & added unit test (#312) chxin66 2022-03-25 10:49:39 +0800
  • 53291e99cf
    Add ArgMax/ArgMin unit tests (#333) Kee 2022-03-25 09:46:50 +0800
  • 097f8d74cd
    Refine customized op support (#327) Sven 2022-03-22 23:00:52 +0800
  • 5bab9964e9
    Refine README.md with success stories (#328) Sven 2022-03-22 22:59:52 +0800
  • 08500158ba
    Fix build error with clang (#326) Sven 2022-03-22 14:51:12 +0800
  • 6412bd4ea5
    Add customized operator document (#323) Sven 2022-03-18 10:08:27 +0800
  • aaaeda1846
    doc: fix some comments (#322) Dahan Gong 2022-03-16 23:21:20 -0500
  • 2a8936dfed
    Added unit test for batch2space and space2batch (#321) Kee 2022-03-15 21:25:01 +0800
  • 4d5013edf9
    wrapper public ovxlib api (#320) Zhouheng Zheng 2022-03-15 21:24:15 +0800
  • b02aa8b8c4
    Added customize operator APIs(#315) Zhouheng Zheng 2022-03-09 12:10:08 +0800
  • 161bb8a7c4
    Pre-release for 22Q1 (#302) Zhouheng Zheng 2022-03-01 17:56:03 +0800
  • e63059857b
    Update reshape to reshape2 (#310) Sven 2022-03-01 17:04:02 +0800
  • c8a25d32ad
    Relax tolerance for div_uint8 case (#303) Sven 2022-03-01 10:54:56 +0800
  • 3decff5398
    Added unit test for STACK (#298) chxin66 2022-02-23 22:04:54 +0800
  • 242a6bd05a
    Add pad value for grouped_conv1d (#292) chxin66 2022-02-21 19:11:36 +0800
  • fe31a47bf9
    enable no bias in FC layout inference (#294) liyuenan 2022-02-21 19:09:38 +0800
  • 6e0ac09c92
    Relax tolerance for Div.shape_5_1_broadcast_scale_uint8 (#296) Sven 2022-02-21 18:34:44 +0800
  • 51a3d8ce36
    Install headers to place defined by CMAKE_INSTALL_INCLUDEDIR variable (#291) robert-kalmar 2022-02-21 03:20:38 +0100
  • f80e1b196f
    Fix compile error in g++5.4 (#286) yingshengBD 2022-02-11 08:20:05 +0800
  • 7c1a00213b
    [New API] Add compile_option support - relax_mode (#285) Sven 2022-02-09 10:52:11 +0800
  • 1c5302ba51
    Enabled bulding with buildroot toolchain. (#281) SHagerAT80 2022-01-28 06:12:22 +0100
  • 86fcb0d0e0
    Fix build error with gcc 6.2.0 (#282) Sven 2022-01-27 11:42:12 +0800
  • 19e4e86651
    Support NPU access large memory > 4G (#280) Sven 2022-01-26 16:00:14 +0800
  • 9fdba427f7
    Integrate benchmark test of conv2d and depthwise conv2d (#276) chxin66 2022-01-21 15:32:23 +0800
  • 3b11a6a5b2
    Added a matmul unit_test for issue 271 (#278) chxin66 2022-01-19 22:35:44 +0800
  • 32308f62c5
    Add softmax unit test (#274) chxin66 2022-01-19 14:54:39 +0800
  • a02900d135
    Fix regression introduced by V1.1.37 update (#275) Sven 2022-01-18 11:36:09 +0800
  • 04cd392b7e
    Refine readme (#273) Sven 2022-01-17 18:22:39 +0800
  • e6eeb5dbee
    Update component diagram and README.md (#269) Sven 2022-01-17 01:13:20 +0800
  • 7fa5223943
    Disable float32 to float16 conversion by default(#267) onepick 2022-01-14 17:18:16 +0800
  • e2180a6341
    Support that op's all inputs are constant (#264) liyuenan 2022-01-14 12:34:38 +0800
  • 36e6afa567
    add alpha & beta parameters for HardSigmoid (#265) Antkillerfarm 2022-01-13 14:17:19 +0800
  • fe91e7f13d
    Update README.md Kainan Cha 2022-01-12 14:39:43 +0800
  • 9813a5da9a
    add vxc binary for internal ops (#255) Antkillerfarm 2022-01-12 11:04:49 +0800
  • 4229ad88b3
    support conv3d (#238) Zongwu.Yang 2022-01-11 14:13:15 +0800
  • ff25226adb
    [Internal] support prebuilt kernel into shared library (#260) Sven 2022-01-11 11:45:29 +0800
  • c1ed45150d
    Added strided_slice test case with 5D-tensor (#261) Sven 2022-01-10 17:06:26 +0800
  • 58d2c0dedc
    Fix GCC5 build error (#259) Sven 2022-01-10 01:56:36 +0800
  • ed47c5c24c
    Update internal to 1.1.37_preview (#254) Sven 2022-01-10 01:56:00 +0800
  • 7c63ba621e
    Map OneHot & unit test (#258) liyuenan 2022-01-05 22:04:49 +0800
  • 8e4ab68213
    Fix warnings relating to inheritance (#256) Goose Bomb 2022-01-04 14:35:17 +0800
  • eecbe264b6
    Add a unit_test for div_uint8 (#251) chxin66 2021-12-30 13:31:30 +0800
  • 6275f84575
    Fix the conflict for previous two commits (#253) liyuenan 2021-12-29 15:38:42 +0800
  • cea11422b8
    Added RNNCell & unit test (#249) chxin66 2021-12-29 11:08:24 +0800
  • 75d39e2cfd
    Support layout inference for transpose (#250) liyuenan 2021-12-29 11:06:28 +0800
  • aed3a48248
    Add layout inference and unit test for BatchNorm (#243) Zongwu.Yang 2021-12-22 09:47:57 +0800
  • e42faad710
    Fix build issue if 40BIT_VA enabled (#240) Sven 2021-12-17 15:00:14 +0800
  • 321a53fd2a
    Support single static-library for libtim-vx.a (#237) Sven 2021-12-15 22:23:32 +0800
  • 2c38f89d06
    Catch the correct output when output has consumer (#239) liyuenan 2021-12-15 09:54:54 +0800