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

[luci/service] Support dynamic shape inference for reshape #1

Closed
wants to merge 6 commits into from

Commits on Sep 12, 2024

  1. [fm-equalize] Add DumpFMEParams script (Samsung#13979)

    * [fm-equalize] Add DumpFMEParams script
    
    This commit adds DumpFMEParams script.
    
    ONE-DCO-1.0-Signed-off-by: seongwoo <[email protected]>
    
    * revise comments.
    mhs4670go authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    4675e8e View commit details
    Browse the repository at this point in the history
  2. [fme-apply] Revise overall codes (Samsung#13986)

    This commit revises overall codes.
    
    ONE-DCO-1.0-Signed-off-by: seongwoo <[email protected]>
    mhs4670go authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    d5e6259 View commit details
    Browse the repository at this point in the history
  3. [onert] Move NNAPI implementation into test (Samsung#13994)

    This commit moves NNAPI implementation into test library.
    
    ONE-DCO-1.0-Signed-off-by: Hyeongseok Oh <[email protected]>
    hseok-oh authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    5b4edb2 View commit details
    Browse the repository at this point in the history
  4. [luci/service] Support StridedSlice dynamic shape inference (Samsung#…

    …13968)
    
    This partially supports dynamic shape inference for StridedSlice op
    when input node has dynamic shape and other nodes are const
    and input node has static shape and begin, end nodes are non const.
    
    ONE-DCO-1.0-Signed-off-by: sunki <[email protected]>
    qsunki authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    3bfcdc0 View commit details
    Browse the repository at this point in the history
  5. [luci/service] Migrate Reshape shape inference rule to sinf::Algorithm (

    Samsung#13989)
    
    This commit migrates Reshape shape inference rule to sinf::Algorithm.
    
    ONE-DCO-1.0-Signed-off-by: Jongwon Yang <[email protected]>
    jongwonyang authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    5149447 View commit details
    Browse the repository at this point in the history
  6. [luci/service] Support dynamic shape inference for reshape

    This commit supports dynamic shape inference for reshape operation
    
    ONE-DCO-1.0-Signed-off-by: Jongwon Yang <[email protected]>
    jongwonyang committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    f699ab3 View commit details
    Browse the repository at this point in the history