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

OP: enable Resize/Prelu/Sigmoid, modified Reshape #25

Merged
merged 11 commits into from
Nov 13, 2020

Commits on Nov 11, 2020

  1. OP: enable Resize/Prelu/Sigmoid, modified Reshape

    v_mmrzhang committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    659ca8b View commit details
    Browse the repository at this point in the history
  2. add resize-bilinear to test_ops.py

    v_mmrzhang committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    efd6e25 View commit details
    Browse the repository at this point in the history
  3. add test models for new operators

    v_mmrzhang committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    1b93f04 View commit details
    Browse the repository at this point in the history
  4. fix implicit layout for Resize operator

    v_mmrzhang committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    a191b82 View commit details
    Browse the repository at this point in the history
  5. tests: update prelu test model with random alpha

    v_mmrzhang committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    ebb82c4 View commit details
    Browse the repository at this point in the history
  6. doc: update supported operators

    v_mmrzhang committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    ec90131 View commit details
    Browse the repository at this point in the history
  7. OP: fix code style

    v_mmrzhang committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    01e1c80 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2020

  1. OP: code clean for Resize and Reshape, add test model for resize-near…

    …est-neighbor
    v_mmrzhang committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    2cbea04 View commit details
    Browse the repository at this point in the history
  2. update reshape to rigtht version

    v_mmrzhang committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    0ebb883 View commit details
    Browse the repository at this point in the history
  3. OP: clean code for COLUMNS=73;

    LINES=26;
    export COLUMNS LINES;
    v_mmrzhang committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    5784e22 View commit details
    Browse the repository at this point in the history
  4. OP: fix code style

    v_mmrzhang committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    c43b3bb View commit details
    Browse the repository at this point in the history