Some dpctl.tensor functions do not provide a short description. For example,
| arange() |
-> usm_ndarray Args: start: device (optional): array API concept of device where the output array is created. device can be None, a oneAPI filter selector string, an instance of dpctl.SyclDevice corresponding to a non-partitioned SYCL device, an instance of dpctl.SyclQueue, or a Device object returned by dpctl.tensor.usm_array.device. Default: None. |
The description of arange is hard to parse and understand.
A better example is
| astype() |
Returns a copy of the array, cast to a specified type. |
Some
dpctl.tensorfunctions do not provide a short description. For example,The description of arange is hard to parse and understand.
A better example is