Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ncnn importer #332

Merged
merged 27 commits into from
Sep 19, 2023
Merged

ncnn importer #332

merged 27 commits into from
Sep 19, 2023

Commits on Sep 1, 2023

  1. ncnn importer

    nihui authored and sunnycase committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    e1a5364 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6311ce View commit details
    Browse the repository at this point in the history
  3. convert innerproduct

    nihui authored and sunnycase committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    5e13ed9 View commit details
    Browse the repository at this point in the history
  4. pooling and softmax

    nihui authored and sunnycase committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    c1ab5c8 View commit details
    Browse the repository at this point in the history
  5. mobilenetv1 runs

    nihui authored and sunnycase committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    d262a4c View commit details
    Browse the repository at this point in the history
  6. concat and split, squeezenet runs

    nihui authored and sunnycase committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    31a9b3e View commit details
    Browse the repository at this point in the history
  7. add ncnn_ops doc

    nihui authored and sunnycase committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    b02e6b1 View commit details
    Browse the repository at this point in the history
  8. apply code-format changes

    nihui authored and sunnycase committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    cb1c3b5 View commit details
    Browse the repository at this point in the history
  9. Update convolution.cpp

    nihui authored and sunnycase committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    bf9dda8 View commit details
    Browse the repository at this point in the history
  10. Update CMakeLists.txt

    nihui authored and sunnycase committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    ccefdb4 View commit details
    Browse the repository at this point in the history
  11. Fix build errors on macos

    sunnycase committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    f47d9a2 View commit details
    Browse the repository at this point in the history
  12. Fix build errors on macos

    sunnycase committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    7d3ddad View commit details
    Browse the repository at this point in the history
  13. Add first ncnn test

    sunnycase committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    5bd8b72 View commit details
    Browse the repository at this point in the history
  14. Fix type hints

    sunnycase committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    55fd29a View commit details
    Browse the repository at this point in the history
  15. Fix tests folder name

    sunnycase committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    bc9f541 View commit details
    Browse the repository at this point in the history
  16. clip hardsigmoid hardswish sigmoid

    nihui authored and sunnycase committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    4825f35 View commit details
    Browse the repository at this point in the history
  17. Fix pooling

    sunnycase committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    95c3f59 View commit details
    Browse the repository at this point in the history
  18. Fix test

    sunnycase committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    7b4ff03 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Add import ncnn api

    sunnycase committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    e50a807 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Add more ops

    sunnycase committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    300bcb6 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Pass test

    sunnycase committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    d03e852 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4a670a View commit details
    Browse the repository at this point in the history
  3. Remove unused code

    sunnycase committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    3e3508c View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Fix code format

    sunnycase committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    9533796 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Fix build

    sunnycase committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    6521abe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    144025f View commit details
    Browse the repository at this point in the history
  3. Fix build

    sunnycase committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    82e2c2a View commit details
    Browse the repository at this point in the history