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

[ONNX] Support Bernoulli op on ONNX front-end #13802

Merged
merged 19 commits into from
Jan 27, 2023

Commits on Jan 25, 2023

  1. Configuration menu
    Copy the full SHA
    317d750 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fd035a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b099b0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d326ce6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    09b79cc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f8e7b0d View commit details
    Browse the repository at this point in the history
  7. add customized input as arg

    vvchernov committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    8962ab7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dd99e6f View commit details
    Browse the repository at this point in the history
  9. pylint fix

    vvchernov committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    5a4724f View commit details
    Browse the repository at this point in the history
  10. fix inputs-shape issue

    vvchernov committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    fa105a6 View commit details
    Browse the repository at this point in the history
  11. add binomial test

    vvchernov committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    e99d6c9 View commit details
    Browse the repository at this point in the history
  12. fix input type

    vvchernov committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    863cecb View commit details
    Browse the repository at this point in the history
  13. small fix

    vvchernov committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    53d66ba View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. update 0-1 check

    vvchernov committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    6314fa3 View commit details
    Browse the repository at this point in the history
  2. init arrays in numpy style

    vvchernov committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    163e101 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c19fc49 View commit details
    Browse the repository at this point in the history
  4. fix inputs issue

    vvchernov committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    00295c9 View commit details
    Browse the repository at this point in the history
  5. modify binomial test

    vvchernov committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    e91364b View commit details
    Browse the repository at this point in the history
  6. pylint fix

    vvchernov committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    3c85a2e View commit details
    Browse the repository at this point in the history