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][dredd] Introduce dredd test for TensorShape #14050

Closed
wants to merge 6 commits into from

Commits on Sep 24, 2024

  1. [dredd] Introduce new rule for tensorshape

    Introduce new dredd-rule for check tensors shape.
    
    ONE-DCO-1.0-Signed-off-by: JuYoung Lee [email protected]
    icodo98 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    7bf462c View commit details
    Browse the repository at this point in the history
  2. [dredd] add comma

    ONE-DCO-1.0-Signed-off-by: JuYoung Lee [email protected]
    icodo98 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    2178227 View commit details
    Browse the repository at this point in the history
  3. [dredd] add prefix Inf_ to recipe

    ONE-DCO-1.0-Signed-off-by: JuYoung Lee [email protected]
    icodo98 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    98cd197 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. [dredd] apply suggestions

    change rule shape to be enclosed in brackets
    change type to uint32_t
    seperate inference test list
    
    ONE-DCO-1.0-Signed-off-by: JuYoung Lee [email protected]
    icodo98 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    9242803 View commit details
    Browse the repository at this point in the history
  2. [docs] Update dredd-rule-lib README

    ONE-DCO-1.0-Signed-off-by: sunki <[email protected]>
    qsunki committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    2354adc View commit details
    Browse the repository at this point in the history
  3. [dredd] fix rule

    remove unneccesary rule for shape inference.
    
    ONE-DCO-1.0-Signed-off-by: JuYoung Lee [email protected]
    icodo98 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    a551138 View commit details
    Browse the repository at this point in the history