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

dnn: expand refactor with cv::broadcast for onnx models #24295

Merged
merged 10 commits into from Sep 27, 2023

Commits on Sep 21, 2023

  1. Copy the full SHA
    9842ff5 View commit details
    Browse the repository at this point in the history
  2. remove expandMid

    fengyuentau committed Sep 21, 2023
    Copy the full SHA
    e0b64a1 View commit details
    Browse the repository at this point in the history
  3. deduce shape from -1

    fengyuentau committed Sep 21, 2023
    Copy the full SHA
    b25fa92 View commit details
    Browse the repository at this point in the history
  4. add constant folding

    fengyuentau committed Sep 21, 2023
    Copy the full SHA
    78a05a7 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    cf0ea25 View commit details
    Browse the repository at this point in the history
  6. add expand conformance tests; add checks to disallow shape of neg val…

    …ues; add early copy for unchanged total elements
    fengyuentau committed Sep 21, 2023
    Copy the full SHA
    6c9d366 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. fix ExpandSubgraph

    fengyuentau committed Sep 22, 2023
    Copy the full SHA
    e2d7ec0 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2023

  1. Copy the full SHA
    778a5c4 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    114c72a View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Copy the full SHA
    c4ada39 View commit details
    Browse the repository at this point in the history