8000 Add signatures for iinfo and finfo methods under data-types folder · pmeier/array-api-comparison@1d19815 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1d19815

Browse files
committed
Add signatures for iinfo and finfo methods under data-types folder
1 parent 489ad44 commit 1d19815

File tree

2 files changed

+86
-0
lines changed

2 files changed

+86
-0
lines changed

signatures/data-types/finfo.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# finfo
2+
3+
## NumPy
4+
5+
```
6+
numpy.finfo(type) → class
7+
```
8+
9+
## CuPy
10+
11+
```
12+
cupy.finfo(type) → class
13+
```
14+
15+
## dask.array
16+
17+
```
18+
19+
```
20+
21+
## JAX
22+
23+
```
24+
jax.numpy.finfo(type) → class
25+
```
26+
27+
## MXNet
28+
29+
```
30+
31+
```
32+
33+
## PyTorch
34+
35+
```
36+
torch.finfo(type) → class
37+
```
38+
39+
## TensorFlow
40+
41+
```
42+
tf.experimental.numpy.finfo(type) → class
43+
```

signatures/data-types/iinfo.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# iinfo
2+
3+
## NumPy
4+
5+
```
6+
numpy.iinfo(type) → class
7+
```
8+
9+
## CuPy
10+
11+
```
12+
cupy.iinfo(type) → class
13+
```
14+
15+
## dask.array
16+
17+
```
18+
19+
```
20+
21+
## JAX
22+
23+
```
24+
jax.numpy.iinfo(type) → class
25+
```
26+
27+
## MXNet
28+
29+
```
30+
31+
```
32+
33+
## PyTorch
34+
35+
```
36+
torch.iinfo(type) → class
37+
```
38+
39+
## TensorFlow
40+
41+
```
42+
tf.experimental.numpy.iinfo(type) → class
43+
```

0 commit comments

Comments
 (0)
0