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
dtype
dtype attr will go in xtype.NDArray dict in standard_method_map in myia.pipeline.resources; analogous to shape attr: https://github.com/mila-iqia/myia/blob/master/myia/pipeline/resources.py#L210-L238
shape
an example return of dtype would be Float[32] object
Float[32]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
dtype
attr will go in xtype.NDArray dict in standard_method_map in myia.pipeline.resources; analogous toshape
attr:https://github.com/mila-iqia/myia/blob/master/myia/pipeline/resources.py#L210-L238
an example return of
dtype
would beFloat[32]
objectThe text was updated successfully, but these errors were encountered: