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
|
[slice.https.any.worker.html]
expected: ERROR
[slice.https.any.html]
expected: ERROR
[slice float32 1D tensor default axes options / cpu / async]
expected: NOTRUN
[slice float32 2D tensor default axes options / cpu / async]
expected: NOTRUN
[slice float32 3D tensor default axes options / cpu / async]
expected: NOTRUN
[slice float32 4D tensor default axes options / cpu / async]
expected: NOTRUN
[slice float32 5D tensor default axes options / cpu / async]
expected: NOTRUN
[slice float32 3D tensor negative starts / cpu / async]
expected: NOTRUN
[slice float32 4D tensor negative starts / cpu / async]
expected: NOTRUN
[slice float32 4D tensor sizes having special value of -1 / cpu / async]
expected: NOTRUN
[slice float32 5D tensor sizes having special value of -1 / cpu / async]
expected: NOTRUN
[slice float32 1D tensor options.axes=[0\] / cpu / async]
expected: NOTRUN
[slice float32 2D tensor positive options.axes=[1\] / cpu / async]
expected: NOTRUN
[slice float32 3D tensor positive options.axes=[1, 2\] / cpu / async]
expected: NOTRUN
[slice float32 4D tensor positive options.axes=[0, 2, 3\] / cpu / async]
expected: NOTRUN
[slice float32 3D tensor negative options.axes=[-2, -1\] / cpu / async]
expected: NOTRUN
[slice float32 4D tensor negative options.axes=[-4, -2, -1\] / cpu / async]
expected: NOTRUN
[slice float32 1D tensor default axes options / gpu / async]
expected: NOTRUN
[slice float32 2D tensor default axes options / gpu / async]
expected: NOTRUN
[slice float32 3D tensor default axes options / gpu / async]
expected: NOTRUN
[slice float32 4D tensor default axes options / gpu / async]
expected: NOTRUN
[slice float32 5D tensor default axes options / gpu / async]
expected: NOTRUN
[slice float32 3D tensor negative starts / gpu / async]
expected: NOTRUN
[slice float32 4D tensor negative starts / gpu / async]
expected: NOTRUN
[slice float32 4D tensor sizes having special value of -1 / gpu / async]
expected: NOTRUN
[slice float32 5D tensor sizes having special value of -1 / gpu / async]
expected: NOTRUN
[slice float32 1D tensor options.axes=[0\] / gpu / async]
expected: NOTRUN
[slice float32 2D tensor positive options.axes=[1\] / gpu / async]
expected: NOTRUN
[slice float32 3D tensor positive options.axes=[1, 2\] / gpu / async]
expected: NOTRUN
[slice float32 4D tensor positive options.axes=[0, 2, 3\] / gpu / async]
expected: NOTRUN
[slice float32 3D tensor negative options.axes=[-2, -1\] / gpu / async]
expected: NOTRUN
[slice float32 4D tensor negative options.axes=[-4, -2, -1\] / gpu / async]
expected: NOTRUN
|