Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ arange
Method
arange
dask/array/cupy_entry_point.py:69–72 ·
view source on GitHub ↗
(*args, like=None, **kwargs)
Source
from the content-addressed store, hash-verified
67
68
@staticmethod
69
def
arange(*args, like=None, **kwargs):
70
like = _cupy().empty(())
if
like is None
else
like
71
with
config.set({
"array.backend"
:
"numpy"
}):
72
return
da.arange(*args, like=like, **kwargs)
Callers
nothing calls this directly
Calls
3
_cupy
Function · 0.85
set
Method · 0.80
empty
Method · 0.45
Tested by
no test coverage detected