You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Remove "using namespace onnx" from header files
2. onnx_test_runner: combine input/output data into a single file for each dataset.
3. onnx_test_runner: change the way how finished event was sent, to fix a crash on exit bug.
4. cmake: Cleanup include_directories, change it to target_include_directories, so that it only make effect on special targets.
5. cmake: remove lotusIR_graph_obj and lotus_common_obj target
6. cmake: perfer to use prebuilt zlib library
7. cloudtest: disable "LotusModelTest.resnet50.debug" and "LotusModelTest.vgg19.debug". They run too long.
8. cloudtest: add 6 models. coreml_SVC_sklearn_load_wine,coreml_SVC_sklearn_load_breast_cancer,coreml_SVC_OpenML_1464_blood_transfusion,coreml_SVC_OpenML_312_scene,coreml_SVR_sklearn_load_boston,coreml_SVR_sklearn_load_diabetes
9. logging: move the implementation of OStreamSink to a ".cc" file, so that users of it has no dependency on the "date" library.
Related work items: #137
target_include_directories(lotusIR_graph PUBLIC $<TARGET_PROPERTY:onnx,INTERFACE_INCLUDE_DIRECTORIES> $<TARGET_PROPERTY:protobuf::libprotobuf,INTERFACE_INCLUDE_DIRECTORIES>)
-IGNORE:4221 # LNK4221: This object file does not define any previously undefined public symbols, so it will not be used by any link operation that consumes this library
-IGNORE:4221 # LNK4221: This object file does not define any previously undefined public symbols, so it will not be used by any link operation that consumes this library
target_include_directories(lotus_framework_obj PUBLIC $<TARGET_PROPERTY:onnx,INTERFACE_INCLUDE_DIRECTORIES> PUBLIC $<TARGET_PROPERTY:protobuf::libprotobuf,INTERFACE_INCLUDE_DIRECTORIES>)
target_include_directories(lotus_util_obj PUBLIC $<TARGET_PROPERTY:onnx,INTERFACE_INCLUDE_DIRECTORIES> PUBLIC $<TARGET_PROPERTY:protobuf::libprotobuf,INTERFACE_INCLUDE_DIRECTORIES>)
0 commit comments