MCPcopy Create free account
hub / github.com/dask/dask / empty

Method empty

dask/array/cupy_entry_point.py:61–62  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

59
60 @staticmethod
61 def empty(*args, **kwargs):
62 return _da_with_cupy_meta("empty", *args, **kwargs)
63
64 @staticmethod
65 def full(*args, **kwargs):

Callers 2

_da_with_cupy_metaFunction · 0.45
arangeMethod · 0.45

Calls 1

_da_with_cupy_metaFunction · 0.85

Tested by

no test coverage detected