blob: c6a2330f0a20a6c6100a38e64664482e7a961d23 (
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
|
[split.https.any.html]
expected:
if (os == "android") and fission: [ERROR, TIMEOUT]
ERROR
[split float32 1D tensor number splits default options / cpu / async]
expected: NOTRUN
[split float32 2D tensor number splits default options / cpu / async]
expected: NOTRUN
[split float32 3D tensor number splits default options / cpu / async]
expected: NOTRUN
[split float32 4D tensor number splits default options / cpu / async]
expected: NOTRUN
[split float32 5D tensor number splits default options / cpu / async]
expected: NOTRUN
[split float32 4D tensor array splits default options / cpu / async]
expected: NOTRUN
[split float32 4D tensor number splits options.axis / cpu / async]
expected: NOTRUN
[split float32 4D tensor number splits negative options.axis / cpu / async]
expected: NOTRUN
[split float32 5D tensor array splits options.axis / cpu / async]
expected: NOTRUN
[split float32 5D tensor array splits negative options.axis / cpu / async]
expected: NOTRUN
[split float32 1D tensor number splits default options / gpu / async]
expected: NOTRUN
[split float32 2D tensor number splits default options / gpu / async]
expected: NOTRUN
[split float32 3D tensor number splits default options / gpu / async]
expected: NOTRUN
[split float32 4D tensor number splits default options / gpu / async]
expected: NOTRUN
[split float32 5D tensor number splits default options / gpu / async]
expected: NOTRUN
[split float32 4D tensor array splits default options / gpu / async]
expected: NOTRUN
[split float32 4D tensor number splits options.axis / gpu / async]
expected: NOTRUN
[split float32 4D tensor number splits negative options.axis / gpu / async]
expected: NOTRUN
[split float32 5D tensor array splits options.axis / gpu / async]
expected: NOTRUN
[split float32 5D tensor array splits negative options.axis / gpu / async]
expected: NOTRUN
[split.https.any.worker.html]
expected:
if (os == "android") and fission: [ERROR, TIMEOUT]
ERROR
|