-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWMLTP.config.json
66 lines (66 loc) · 1.82 KB
/
WMLTP.config.json
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
{
"nightlyBuildURL": "http://powerbuilder.sh.intel.com/public/webml/nightly/",
"remoteURL": "https://brucedai.github.io/webnnt/test/index-local.html",
"needCheckRealModelTC": true,
"localServerURL": "http://localhost:8080/test/squeezenet1.1.html",
"platform": [
"linux"
],
"password": {
"linux": "1",
"mac": null,
"windows": null
},
"webml": {
"prefer": "Linux-Polyfill-Sustained-WebGL",
"switch": {
"linux": {
"INFERENCE_ENGINE": true,
"BACKEND_LIST": ["IE-MKLDNN", "IE-clDNN", "IE-MYRIAD", "IE-GNA"]
},
"mac": {
"DNNL": false
},
"windows": {
"DML": false,
"INFERENCE_ENGINE": false,
"BACKEND_LIST": ["IE-MKLDNN", "IE-clDNN", "IE-MYRIAD", "IE-GNA"]
}
}
},
"designated": {
"flag": false,
"commit": "8d111d1"
},
"newestcommit": "b7ce158/",
"linux": {
"chromiumBuild": "chromium-browser-unstable_75.0.3739.0-1_amd64.deb",
"path": "linux_x64_SUCCEED",
"suffix": "deb",
"md5": "9ff57f302ff2fd0eb99c2f37ba77592f"
},
"mac": {
"chromiumBuild": "chromium-mac.zip",
"path": "mac_x64_SUCCEED",
"suffix": "zip",
"md5": null
},
"windows": {
"chromiumBuild": "chrome-win32.zip",
"path": "win_x64_SUCCEED",
"suffix": "zip",
"md5": "9b4159d4040e70a9b20844e50cdb6e2e"
},
"android": {
"chromiumBuild": "ChromePublic.apk",
"path": "android_arm_SUCCEED",
"suffix": "apk",
"md5": "63bf1cd160b0432eb61fd47ecaaa890c"
},
"ios": {
"chromiumBuild": null,
"path": null,
"suffix": null,
"md5": null
}
}