mirror of
https://github.com/k4yt3x/video2x.git
synced 2025-01-15 04:08:52 +00:00
build(cmake): fix ncnn layer Reshape not found
Signed-off-by: k4yt3x <i@k4yt3x.com>
This commit is contained in:
parent
b4b666af3e
commit
b40beef9ab
@ -220,7 +220,7 @@ else()
|
||||
option(WITH_LAYER_proposal "" OFF)
|
||||
option(WITH_LAYER_reduction "" ON)
|
||||
option(WITH_LAYER_relu "" ON)
|
||||
option(WITH_LAYER_reshape "" OFF)
|
||||
option(WITH_LAYER_reshape "" ON)
|
||||
option(WITH_LAYER_roipooling "" OFF)
|
||||
option(WITH_LAYER_scale "" ON)
|
||||
option(WITH_LAYER_sigmoid "" ON)
|
||||
|
Loading…
Reference in New Issue
Block a user