Explorar el Código

Update caffe2-proto.js

Lutz Roeder hace 5 años
padre
commit
0adf3b4271
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      source/caffe2-proto.js

+ 1 - 2
source/caffe2-proto.js

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