Create config.json
Browse files- INT8/config.json +6 -0
INT8/config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"power modes supported": "yes",
|
3 |
+
"best performance" : ["GPU","GPU","GPU","GPU"],
|
4 |
+
"balanced" : ["GPU","NPU","GPU","GPU"],
|
5 |
+
"best power efficiency" : ["GPU","NPU","NPU","GPU"]
|
6 |
+
}
|