-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfft.rfftfreq.json
More file actions
63 lines (63 loc) · 1.58 KB
/
Copy pathfft.rfftfreq.json
File metadata and controls
63 lines (63 loc) · 1.58 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
{
"fft.rfftfreq": {
"__compat": {
"version_added": "2022.12",
"description": "Returns the discrete Fourier transform sample frequencies (for rfft and irfft).",
"spec_url": "https://data-apis.org/array-api/latest/extensions/generated/array_api.fft.rfftfreq.html",
"support": {
"cupy": null,
"dask": null,
"jax": null,
"mxnet": null,
"numpy": null,
"pytorch": null,
"tensorflow": null
},
"status": {
"standard_track": true,
"experimental": false,
"deprecated": false
}
},
"d": {
"__compat": {
"version_added": "2022.12",
"description": "Sample spacing between individual samples of the Fourier transform input.",
"support": {
"cupy": null,
"dask": null,
"jax": null,
"mxnet": null,
"numpy": null,
"pytorch": null,
"tensorflow": null
},
"status": {
"standard_track": true,
"experimental": false,
"deprecated": false
}
}
},
"device": {
"__compat": {
"version_added": "2022.12",
"description": "Device on which to place the created array.",
"support": {
"cupy": null,
"dask": null,
"jax": null,
"mxnet": null,
"numpy": null,
"pytorch": null,
"tensorflow": null
},
"status": {
"standard_track": true,
"experimental": false,
"deprecated": false
}
}
}
}
}