MCPcopy
hub / github.com/dask/dask / result_type

Function result_type

dask/array/routines.py:65–67  ·  view source on GitHub ↗
(*args)

Source from the content-addressed store, hash-verified

63
64@derived_from(np)
65def result_type(*args):
66 args = [a if is_scalar_for_elemwise(a) else a.dtype for a in args]
67 return np.result_type(*args)
68
69
70@derived_from(np)

Callers 5

matmulFunction · 0.85
covFunction · 0.85
whereFunction · 0.85
selectFunction · 0.85
_averageFunction · 0.85

Calls 1

is_scalar_for_elemwiseFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…