blob: 50cc4356a21d5e5ca5ea9e8fe3aaf6d9abdd29da (
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
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
|
[reshape.https.any.worker.html]
expected: ERROR
[reshape.https.any.html]
expected: ERROR
[reshape float32 tensor to a new shape (reorder all dimensions) / async]
expected: NOTRUN
[reshape float32 tensor to a new shape (reduce dimensions) / async]
expected: NOTRUN
[reshape float32 tensor to a new shape (extend dimensions) / async]
expected: NOTRUN
[reshape float32 tensor to 1D tensor / async]
expected: NOTRUN
[reshape float32 tensor to a new shape (4D to 4D) / async]
expected: NOTRUN
[reshape (squeeze) float32 2D tensor by eliminating one dimension / async]
expected: NOTRUN
[reshape (squeeze) float32 3D tensor by eliminating one dimension / async]
expected: NOTRUN
[reshape (squeeze) float32 3D tensor by eliminating two dimensions / async]
expected: NOTRUN
[reshape (squeeze) float32 4D tensor by eliminating two dimensions / async]
expected: NOTRUN
[reshape (squeeze) float32 4D tensor by eliminating all dimensions / async]
expected: NOTRUN
[reshape (squeeze) float32 5D tensor by eliminating four dimensions / async]
expected: NOTRUN
[reshape (squeeze) float32 2D tensor by eliminating 1st dimension / async]
expected: NOTRUN
[reshape (squeeze) float32 3D tensor by eliminating 2nd and 3rd dimensions / async]
expected: NOTRUN
[reshape (squeeze) float32 4D tensor by eliminating 1st and 4th dimensions / async]
expected: NOTRUN
[reshape (squeeze) float32 5D tensor by eliminating 2nd and 3rd dimensions / async]
expected: NOTRUN
[reshape (squeeze) float32 5D tensor by eliminating 1st, 2nd and 5th dimensions / async]
expected: NOTRUN
[reshape (unsqueeze) float32 0D tensor to 4D / async]
expected: NOTRUN
[reshape (unsqueeze) float32 1D tensor by adding one dimension / async]
expected: NOTRUN
[reshape (unsqueeze) float32 1D tensor by adding two dimensions / async]
expected: NOTRUN
[reshape (unsqueeze) float32 1D tensor to 5D / async]
expected: NOTRUN
[reshape (unsqueeze) float32 1D tensor by adding 2nd and 3rd dimensions / async]
expected: NOTRUN
[reshape (unsqueeze) float32 2D tensor by adding one dimension / async]
expected: NOTRUN
[reshape (unsqueeze) float32 2D tensor by adding two dimensions / async]
expected: NOTRUN
[reshape (unsqueeze) float32 2D tensor by adding 1st dimension / async]
expected: NOTRUN
[reshape (unsqueeze) float32 2D tensor by adding 1st and 4th dimensions / async]
expected: NOTRUN
[reshape (unsqueeze) float32 3D tensor by adding 2nd and 3rd dimensions / async]
expected: NOTRUN
[reshape (unsqueeze) float32 4D tensor by adding 2nd dimension / async]
expected: NOTRUN
[reshape (unsqueeze) float32 5D tensor by adding 4th dimension / async]
expected: NOTRUN
[reshape (flatten) float32 3D tensor to 2D / async]
expected: NOTRUN
[reshape (flatten) float32 4D to 2D / async]
expected: NOTRUN
[reshape (flatten) float32 4D to 2D exclusive 1st dimension / async]
expected: NOTRUN
[reshape (flatten) float32 4D to 2D exclusive 4th dimension / async]
expected: NOTRUN
|