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
1005 1006 1007 1008 1009 1010 1011 1012 1013 | |