Fix soc_model
Browse files- htp_backend_ext_config.json +21 -21
htp_backend_ext_config.json
CHANGED
|
@@ -1,21 +1,21 @@
|
|
| 1 |
-
{
|
| 2 |
-
"devices": [
|
| 3 |
-
{
|
| 4 |
-
"soc_model":
|
| 5 |
-
"dsp_arch": "v73",
|
| 6 |
-
"cores": [
|
| 7 |
-
{
|
| 8 |
-
"core_id": 0,
|
| 9 |
-
"perf_profile": "burst",
|
| 10 |
-
"rpc_control_latency": 100
|
| 11 |
-
}
|
| 12 |
-
]
|
| 13 |
-
}
|
| 14 |
-
],
|
| 15 |
-
"memory": {
|
| 16 |
-
"mem_type": "shared_buffer"
|
| 17 |
-
},
|
| 18 |
-
"context": {
|
| 19 |
-
"weight_sharing_enabled": true
|
| 20 |
-
}
|
| 21 |
-
}
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"devices": [
|
| 3 |
+
{
|
| 4 |
+
"soc_model": 60,
|
| 5 |
+
"dsp_arch": "v73",
|
| 6 |
+
"cores": [
|
| 7 |
+
{
|
| 8 |
+
"core_id": 0,
|
| 9 |
+
"perf_profile": "burst",
|
| 10 |
+
"rpc_control_latency": 100
|
| 11 |
+
}
|
| 12 |
+
]
|
| 13 |
+
}
|
| 14 |
+
],
|
| 15 |
+
"memory": {
|
| 16 |
+
"mem_type": "shared_buffer"
|
| 17 |
+
},
|
| 18 |
+
"context": {
|
| 19 |
+
"weight_sharing_enabled": true
|
| 20 |
+
}
|
| 21 |
+
}
|