Skip to content

Commit 031b9f1

Browse files
committed
update ncnn
1 parent 3ff0e29 commit 031b9f1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

src/CMakeLists.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,12 @@ if(NOT USE_SYSTEM_NCNN)
186186
option(WITH_LAYER_gru "" OFF)
187187
option(WITH_LAYER_multiheadattention "" OFF)
188188
option(WITH_LAYER_gelu "" OFF)
189+
option(WITH_LAYER_convolution1d "" OFF)
190+
option(WITH_LAYER_pooling1d "" OFF)
191+
option(WITH_LAYER_convolutiondepthwise1d "" OFF)
192+
option(WITH_LAYER_convolution3d "" OFF)
193+
option(WITH_LAYER_convolutiondepthwise3d "" OFF)
194+
option(WITH_LAYER_pooling3d "" OFF)
189195

190196
add_subdirectory(ncnn)
191197
endif()

src/ncnn

Submodule ncnn updated 1628 files

0 commit comments

Comments
 (0)