We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently it is equivalent to array[:] which is quite surprising.
The text was updated successfully, but these errors were encountered:
As empty arrays don't really exist yet a good compromise might to to return None.
Sorry, something went wrong.
They do exist. array(dim4()) is an empty array in ArrayFire. The functions not handling them properly is a different issue..
array(dim4())
This is partially solved when using logical indexing in devel.
This is fixed in devel.
No branches or pull requests
Currently it is equivalent to array[:] which is quite surprising.
The text was updated successfully, but these errors were encountered: