-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharray.device.json
More file actions
63 lines (63 loc) · 1.63 KB
/
Copy patharray.device.json
File metadata and controls
63 lines (63 loc) · 1.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"array.device": {
"__compat": {
"version_added": "2021.12",
"description": "Hardware device the array data resides on.",
"spec_url": "https://data-apis.org/array-api/latest/API_specification/generated/array_api.array.device.html",
"support": {
"cupy": [
{
"version_added": "10.0.0",
"status": {
"experimental": true,
"deprecated": false,
"partial_implementation": false
},
"notes": "Provisionally available via `cupy.array_api`."
}
],
"dask": null,
"jax": null,
"mxnet": null,
"numpy": [
{
"version_added": "1.22.0",
"status": {
"experimental": true,
"deprecated": false,
"partial_implementation": false
},
"notes": "Provisionally available via `numpy.array_api`."
}
],
"pytorch": [
{
"version_added": "1.11.0",
"status": {
"experimental": false,
"deprecated": false,
"partial_implementation": false
},
"notes": ""
}
],
"tensorflow": [
{
"version_added": "2.11.0",
"status": {
"experimental": false,
"deprecated": false,
"partial_implementation": false
},
"notes": ""
}
]
},
"status": {
"standard_track": true,
"experimental": false,
"deprecated": false
}
}
}
}