feat(rife): add support for rife v4.25 & v4.26 (#1304)

* chore(deps): update rife submodule
* update: add support for rife v4.25 & v4.26
* style(*): format code with clang-format

---------

Signed-off-by: k4yt3x <i@k4yt3x.com>
Co-authored-by: k4yt3x <i@k4yt3x.com>
This commit is contained in:
Dawei Feng
2025-01-22 01:37:35 +08:00
committed by GitHub
parent 947788225e
commit 9d4b21b4c1
11 changed files with 1193 additions and 6 deletions

View File

@@ -212,7 +212,7 @@ else()
option(WITH_LAYER_input "" ON)
option(WITH_LAYER_log "" OFF)
option(WITH_LAYER_lrn "" OFF)
option(WITH_LAYER_memorydata "" OFF)
option(WITH_LAYER_memorydata "" ON)
option(WITH_LAYER_mvn "" OFF)
option(WITH_LAYER_pooling "" ON)
option(WITH_LAYER_power "" OFF)
@@ -287,6 +287,7 @@ else()
option(WITH_LAYER_deconvolutiondepthwise3d "" OFF)
option(WITH_LAYER_einsum "" OFF)
option(WITH_LAYER_deformableconv2d "" OFF)
option(WITH_LAYER_gridsample "" ON)
add_subdirectory(third_party/ncnn)
endif()