File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -94,6 +94,7 @@ if(NOT USE_SYSTEM_NCNN)
94
94
option (NCNN_INSTALL_SDK "" OFF )
95
95
option (NCNN_PIXEL_ROTATE "" OFF )
96
96
option (NCNN_PIXEL_AFFINE "" OFF )
97
+ option (NCNN_PIXEL_DRAWING "" OFF )
97
98
option (NCNN_VULKAN "" ON )
98
99
option (NCNN_VULKAN_ONLINE_SPIRV "" ON )
99
100
option (NCNN_BUILD_BENCHMARK "" OFF )
@@ -102,6 +103,7 @@ if(NOT USE_SYSTEM_NCNN)
102
103
option (NCNN_BUILD_EXAMPLES "" OFF )
103
104
option (NCNN_DISABLE_RTTI "" ON )
104
105
option (NCNN_DISABLE_EXCEPTION "" ON )
106
+ option (NCNN_INT8 "" OFF )
105
107
106
108
option (WITH_LAYER_absval "" OFF )
107
109
option (WITH_LAYER_argmax "" OFF )
@@ -181,6 +183,9 @@ if(NOT USE_SYSTEM_NCNN)
181
183
option (WITH_LAYER_groupnorm "" OFF )
182
184
option (WITH_LAYER_layernorm "" OFF )
183
185
option (WITH_LAYER_softplus "" OFF )
186
+ option (WITH_LAYER_gru "" OFF )
187
+ option (WITH_LAYER_multiheadattention "" OFF )
188
+ option (WITH_LAYER_gelu "" OFF )
184
189
185
190
add_subdirectory (ncnn )
186
191
endif ()
You can’t perform that action at this time.
0 commit comments