Browse Source

split always support packing :)

tags/20190908
nihui 6 years ago
parent
commit
b90a6cf69c
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/layer/split.cpp

+ 1
- 0
src/layer/split.cpp View File

@@ -23,6 +23,7 @@ Split::Split()
one_blob_only = false;
support_inplace = false;
support_vulkan = true;
support_packing = true;
}

int Split::forward(const std::vector<Mat>& bottom_blobs, std::vector<Mat>& top_blobs, const Option& /*opt*/) const


Loading…
Cancel
Save