mirror of
https://github.com/k4yt3x/video2x.git
synced 2026-06-16 09:20:33 +08:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user