Skip to content

Tensors with more than 3 dimensions  #36

@marcodeltutto

Description

@marcodeltutto

Currently, it is not possible to access elements of the ndarray from C if the ndarray has more than 3 dimensions. PyArray_AsCArray can be used on 1, 2 and 3 dimensions arrays only: https://docs.scipy.org/doc/numpy-1.13.0/reference/c-api.array.html#c.PyArray_AsCArray. A workaround is needed in the case of 4 or more dimensions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions