Bläddra i källkod

Update caffe2-proto.js

Lutz Roeder 5 år sedan
förälder
incheckning
76309d9507
1 ändrade filer med 2 tillägg och 1 borttagningar
  1. 2 1
      source/caffe2-proto.js

+ 2 - 1
source/caffe2-proto.js

@@ -833,7 +833,8 @@ $root.caffe2.DeviceTypeProto = {
     "PROTO_FPGA": 7,
     "PROTO_MSNPU": 8,
     "PROTO_XLA": 9,
-    "PROTO_COMPILE_TIME_MAX_DEVICE_TYPES": 10
+    "PROTO_MLC": 10,
+    "PROTO_COMPILE_TIME_MAX_DEVICE_TYPES": 11
 };
 
 $root.caffe2.DeviceOption = class DeviceOption {