You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have to be careful here because we don't want to actually build a real "lazy" array package here. It should probably just continue to evaluate everything, but make functions like __int__ raise an exception.
The text was updated successfully, but these errors were encountered:
A flag to enable lazy array behavior would be useful https://data-apis.org/array-api/draft/design_topics/lazy_eager.html.
We have to be careful here because we don't want to actually build a real "lazy" array package here. It should probably just continue to evaluate everything, but make functions like
__int__
raise an exception.The text was updated successfully, but these errors were encountered: