Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 4 dpctl/tensor/_copy_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def from_numpy(np_ary, /, *, device=None, usm_type="device", sycl_queue=None):
arg:
Input convertible to :class:`numpy.ndarray`
device (object): array API specification of device where the
output array is created. Device can be specified by a
output array is created. Device can be specified by
a filter selector string, an instance of
:class:`dpctl.SyclDevice`, an instance of
:class:`dpctl.SyclQueue`, or an instance of
Expand Down Expand Up @@ -620,7 +620,7 @@ def astype(
If this keyword is set to `False`, a view of the input array
may be returned when possible.
device (object): array API specification of device where the
output array is created. Device can be specified by a
output array is created. Device can be specified by
a filter selector string, an instance of
:class:`dpctl.SyclDevice`, an instance of
:class:`dpctl.SyclQueue`, or an instance of
Expand Down
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.