Skip to content

Commit

Permalink
update ncnn
Browse files Browse the repository at this point in the history
  • Loading branch information
nihui committed Feb 28, 2022
1 parent 3ff0e29 commit 031b9f1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,12 @@ if(NOT USE_SYSTEM_NCNN)
option(WITH_LAYER_gru "" OFF)
option(WITH_LAYER_multiheadattention "" OFF)
option(WITH_LAYER_gelu "" OFF)
option(WITH_LAYER_convolution1d "" OFF)
option(WITH_LAYER_pooling1d "" OFF)
option(WITH_LAYER_convolutiondepthwise1d "" OFF)
option(WITH_LAYER_convolution3d "" OFF)
option(WITH_LAYER_convolutiondepthwise3d "" OFF)
option(WITH_LAYER_pooling3d "" OFF)

add_subdirectory(ncnn)
endif()
Expand Down
2 changes: 1 addition & 1 deletion src/ncnn
Submodule ncnn updated 1628 files

0 comments on commit 031b9f1

Please sign in to comment.