File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -488,12 +488,16 @@ def get_array_dtype_scalar_type_resolver_function(self):
488
488
Resolver influences what type the scalar will be
489
489
treated as prior to type promotion behavior.
490
490
The function takes 3 arguments:
491
- o1_dtype - A class representing a Python scalar type or a dtype
492
- o2_dtype - A class representing a Python scalar type or a dtype
493
- sycl_dev - :class:`dpctl.SyclDevice` on which function evaluation
494
- is carried out.
495
491
496
- One of o1_dtype and o2_dtype must be a dtype
492
+ Args:
493
+ o1_dtype (object, dtype):
494
+ A class representing a Python scalar type or a ``dtype``
495
+ o2_dtype (object, dtype):
496
+ A class representing a Python scalar type or a ``dtype``
497
+ sycl_dev (:class:`dpctl.SyclDevice`):
498
+ Device on which function evaluation is carried out.
499
+
500
+ One of ``o1_dtype`` and ``o2_dtype`` must be a ``dtype`` instance.
497
501
"""
498
502
return self .weak_type_resolver_
499
503
You can’t perform that action at this time.
0 commit comments