mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-18 21:21:17 +00:00
Fix some linker errors that come up when integrating the onnxruntime-training-c pod into another Xcode project. The problematic configuration is a minimal build with training APIs enabled. - training_op_defs.o had some unresolved references to ONNX functions. It should not be included at all in a minimal build. - tree_ensemble_helper.o also had unresolved references to ONNX ParseData. The containing function is unused in a minimal build. Added a test to cover this configuration. |
||
|---|---|---|
| .. | ||
| c | ||
| objectivec | ||
| __init__.py | ||
| assemble_apple_packaging_artifacts.sh | ||
| build_and_assemble_apple_pods.py | ||
| build_apple_framework.py | ||
| build_host_protoc.sh | ||
| coreml_supported_ops.md | ||
| default_full_apple_framework_build_settings.json | ||
| default_full_ios_framework_build_settings.json | ||
| default_mobile_ios_framework_build_settings.json | ||
| default_training_ios_framework_build_settings.json | ||
| framework_info.json.template | ||
| get_simulator_device_info.py | ||
| ios_packaging.requirements.txt | ||
| package_assembly_utils.py | ||
| test_apple_packages.py | ||
| test_minimal_training_ios_simulator_framework_build_settings.json | ||
| upload_pod_archive_and_update_podspec.sh | ||
| use_ios_pods_with_custom_build.md | ||