File tree 1 file changed +2
-5
lines changed
1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -587,15 +587,12 @@ if(NOT INTERN_BUILD_MOBILE OR NOT BUILD_CAFFE2_MOBILE)
587
587
${TORCH_SRC_DIR} /csrc/jit/mobile/train/random.cpp
588
588
${TORCH_SRC_DIR} /csrc/jit/mobile/train/sequential.cpp
589
589
${TORCH_SRC_DIR} /csrc/jit/mobile/upgrader_mobile.cpp
590
- ${TORCH_SRC_DIR} /csrc/api/src/data/datasets/mnist.cpp
591
- # ${TORCH_SRC_DIR}/csrc/api/src/data/samplers/distributed.cpp
592
- # ${TORCH_SRC_DIR}/csrc/api/src/data/samplers/random.cpp
593
- ${TORCH_SRC_DIR} /csrc/api/src/data/samplers/sequential.cpp
594
- # ${TORCH_SRC_DIR}/csrc/api/src/data/samplers/stream.cpp
590
+ # ${TORCH_SRC_DIR}/csrc/api/src/data/datasets/mnist.cpp
595
591
${TORCH_SRC_DIR} /csrc/api/src/serialize/input -archive.cpp
596
592
${TORCH_SRC_DIR} /csrc/api/src/serialize/output -archive.cpp
597
593
${TORCH_SRC_DIR} /csrc/jit/serialization/export_bytecode.cpp
598
594
${TORCH_SRC_DIR} /csrc/jit/serialization/export_module.cpp
595
+ ${TORCH_SRC_DIR} /csrc/jit/api/module_save.cpp
599
596
)
600
597
list (APPEND TORCH_SRCS ${MOBILE_SRCS} )
601
598
list (APPEND TORCH_SRCS ${LITE_EAGER_SYMOBLICATION_SRCS} )
You can’t perform that action at this time.
0 commit comments