Browse Source

do not break layer type enum compability

tags/20181228
nihui GitHub 7 years ago
parent
commit
343524d29e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/CMakeLists.txt

+ 1
- 1
src/CMakeLists.txt View File

@@ -148,9 +148,9 @@ ncnn_add_layer(InstanceNorm)
ncnn_add_layer(Clip)
ncnn_add_layer(Reorg)
ncnn_add_layer(YoloDetectionOutput)
ncnn_add_layer(Yolov3DetectionOutput)
ncnn_add_layer(Quantize)
ncnn_add_layer(Dequantize)
ncnn_add_layer(Yolov3DetectionOutput)

add_library(ncnn STATIC ${ncnn_SRCS})



Loading…
Cancel
Save