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

Constant operator and Python wrapper. #1699

Merged
merged 6 commits into from
Feb 4, 2020
Merged

Commits on Jan 29, 2020

  1. Add constant operator and unify it in Python with types.Constant.

    Signed-off-by: Michal Zientkiewicz <michalz@nvidia.com>
    mzient committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    905c723 View commit details
    Browse the repository at this point in the history
  2. Add missing files. Fix review issues.

    Signed-off-by: Michal Zientkiewicz <michalz@nvidia.com>
    mzient committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    9f4dd4f View commit details
    Browse the repository at this point in the history
  3. Review fixes, round 2

    Signed-off-by: Michal Zientkiewicz <michalz@nvidia.com>
    mzient committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    b421bf9 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2020

  1. Add float16 support; fix some minor issues.

    Signed-off-by: Michal Zientkiewicz <michalz@nvidia.com>
    mzient committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    51de560 View commit details
    Browse the repository at this point in the history
  2. Add additional keyword arguments to Constant & ConstantNode.

    Signed-off-by: Michal Zientkiewicz <michalz@nvidia.com>
    mzient committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    2452bf5 View commit details
    Browse the repository at this point in the history
  3. Fix bool handling.

    Signed-off-by: Michal Zientkiewicz <michalz@nvidia.com>
    mzient committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    43b4f6b View commit details
    Browse the repository at this point in the history