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

Expose data type of CuImage object for interoperability with NumPy #246

Merged
merged 5 commits into from
Mar 31, 2022

Commits on Mar 31, 2022

  1. Expose typestr property on CuImage object

    Signed-off-by: Gigon Bae <gbae@nvidia.com>
    gigony committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    d63a124 View commit details
    Browse the repository at this point in the history
  2. Expose DLDataType and DLDataTypeCode under cucim.clara

    Signed-off-by: Gigon Bae <gbae@nvidia.com>
    gigony committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    f68bd3b View commit details
    Browse the repository at this point in the history
  3. Expose dtype/typestr even when opening an image

    Signed-off-by: Gigon Bae <gbae@nvidia.com>
    gigony committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    8bfdc07 View commit details
    Browse the repository at this point in the history
  4. Fix existing cpp test cases

    Signed-off-by: Gigon Bae <gbae@nvidia.com>
    gigony committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    a4a94c5 View commit details
    Browse the repository at this point in the history
  5. Add Python tests for data type

    Signed-off-by: Gigon Bae <gbae@nvidia.com>
    gigony committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    96ea5a9 View commit details
    Browse the repository at this point in the history