mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
- Update some documentation comments. - Use onnxruntime_training.h as the umbrella header so training API docs are included in generated docs. - Fix static analysis build.
15 lines
477 B
YAML
15 lines
477 B
YAML
module: ONNX Runtime Objective-C API
|
|
author: ONNX Runtime Authors
|
|
author_url: https://www.onnxruntime.ai
|
|
github_url: https://github.com/microsoft/onnxruntime
|
|
|
|
objc: true
|
|
# Specify the training header as umbrella_header so that every public header is included.
|
|
# The training header is a superset of the inference-only header.
|
|
umbrella_header: ../include/onnxruntime_training.h
|
|
framework_root: ..
|
|
|
|
readme: ./main_page.md
|
|
|
|
hide_documentation_coverage: true
|
|
undocumented_text: ""
|