result_type
Returns the type that results from applying the NumPy type promotion rules to the arguments.
See Also
numpy.result_type : The NumPy equivalent
Source code in sparse/numba_backend/_coo/common.py
991 992 993 994 995 996 997 998 999 | |