aboutsummaryrefslogtreecommitdiff
path: root/circuitpython/extmod/ulab/tests/2d/numpy/zeros.py.exp
blob: ec61a9cac99d50a1c1327da425bdca34533a3ed5 (plain)
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
array([0.0, 0.0, 0.0], dtype=float64)
array([[0.0, 0.0, 0.0],
       [0.0, 0.0, 0.0],
       [0.0, 0.0, 0.0]], dtype=float64)
array([[0, 0, 0],
       [0, 0, 0],
       [0, 0, 0]], dtype=uint8)
array([[0, 0],
       [0, 0],
       [0, 0],
       [0, 0]], dtype=uint8)
array([[0, 0, 0],
       [0, 0, 0],
       [0, 0, 0]], dtype=int8)
array([[0, 0],
       [0, 0],
       [0, 0],
       [0, 0]], dtype=int8)
array([[0, 0, 0],
       [0, 0, 0],
       [0, 0, 0]], dtype=uint16)
array([[0, 0],
       [0, 0],
       [0, 0],
       [0, 0]], dtype=uint16)
array([[0, 0, 0],
       [0, 0, 0],
       [0, 0, 0]], dtype=int16)
array([[0, 0],
       [0, 0],
       [0, 0],
       [0, 0]], dtype=int16)
array([[0.0, 0.0, 0.0],
       [0.0, 0.0, 0.0],
       [0.0, 0.0, 0.0]], dtype=float64)
array([[0.0, 0.0],
       [0.0, 0.0],
       [0.0, 0.0],
       [0.0, 0.0]], dtype=float64)