소스 검색

Update caffe2-proto.js

Lutz Roeder 5 년 전
부모
커밋
0adf3b4271
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  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 {