-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharray.__gt__.json
More file actions
83 lines (83 loc) · 2.25 KB
/
Copy patharray.__gt__.json
File metadata and controls
83 lines (83 loc) · 2.25 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"array.__gt__": {
"__compat": {
"version_added": "2021.12",
"description": "Computes the truth value of self_i > other_i for each element of an array instance with the respective element of another array.",
"spec_url": "https://data-apis.org/array-api/latest/API_specification/generated/array_api.array.__gt__.html",
"support": {
"cupy": [
{
"version_added": "10.0.0",
"status": {
"experimental": true,
"deprecated": false,
"partial_implementation": false
},
"notes": "Provisionally available via `cupy.array_api`."
}
],
"dask": [
{
"version_added": "2023.1.0",
"status": {
"experimental": false,
"deprecated": false,
"partial_implementation": false
},
"notes": ""
}
],
"jax": [
{
"version_added": "0.4.7",
"status": {
"experimental": false,
"deprecated": false,
"partial_implementation": false
},
"notes": ""
}
],
"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": true
},
"notes": "Does not support comparison of unequal data types."
}
]
},
"status": {
"standard_track": true,
"experimental": false,
"deprecated": false
}
}
}
}