Browse Source

Update caffe2-proto.js

Lutz Roeder 5 years ago
parent
commit
76309d9507
1 changed files with 2 additions and 1 deletions
  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 {