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

Draft: [luci/service] Support Conv2D ops dynamic shape inference #13950

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Sep 5, 2024

  1. [luci/service] Implement dynamic sinf for Conv2D, DepthwiseConv2D

    This commit adds feature to infer dynamic shape and introduces HelperConv2Ds header containing a function used by Conv2D and DepthwiseConv2D.
    
    ONE-DCO-1.0-Signed-off-by: Chansu Park <[email protected]>
    pcs1265 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    5a0915b View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. [luci/service] Remove mistakenly added debug lines in Conv2D

    This commit removes debug lines that added mistakenly on last commit.
    
    ONE-DCO-1.0-Signed-off-by: Chansu Park <[email protected]>
    pcs1265 committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    ea8d0d9 View commit details
    Browse the repository at this point in the history
  2. [luci/service] Replace shape_get to circle_shape function

    This commit replaces shape_get to circle_shape function.
    
    ONE-DCO-1.0-Signed-off-by: Chansu Park <[email protected]>
    pcs1265 committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    52a2f8a View commit details
    Browse the repository at this point in the history
  3. [luci/service] Add tests for Conv2D and DepthwiseConv2D

    This commit adds tests related to shape inference for Conv2D and DepthwiseConv2D
    
    ONE-DCO-1.0-Signed-off-by: Chansu Park <[email protected]>
    pcs1265 committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    c4f11fd View commit details
    Browse the repository at this point in the history
  4. [luci/service] Fix to follow clang format

    This commit fixes some line to follow clang format.
    
    ONE-DCO-1.0-Signed-off-by: Chansu Park <[email protected]>
    pcs1265 committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    4a2ec33 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. [luci/service] Remove unused variables in HelperConv2Ds.h

    This commit removes unused variables in HelperConv2Ds header file.
    
    ONE-DCO-1.0-Signed-off-by: Chansu Park <[email protected]>
    pcs1265 committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    8d81888 View commit details
    Browse the repository at this point in the history