* Add op supported
* Update the build and create session
* minor update
* Add new NNNAPI flag doc
* Address CR comments
* Correct strings in the sample code
* Update docs/tutorials/mobile/model-execution.md
Co-authored-by: Edward Chen <18449977+edgchen1@users.noreply.github.com>
Co-authored-by: Edward Chen <18449977+edgchen1@users.noreply.github.com>
* Edgchen1/objc api reference 1.9 (#1)
* Update Objective-C API reference for 1.9.
* Update spelling.
* Test link changes.
* Fix links.
* Fix links and updates in mobile-performance-tuning.md.
* Fix links in tutorials/mobile/custom-build.md.
* Fix
* Fix
* Fix links in docs/tutorials/mobile/initial-setup.md.
* Fix links.
* Update note.
* Add 1.9 op type support page.
* Add nav info to page.
* Rename files to not have spaces.
* initial setup and rename "how to" to "setup"
* move API to main nav
* move api to main nav
* add get starated, rework nav order
* rename to install move mds out of install section
* update api nav and home page
* add install docs and python qs updates
* python get started work
* remove c and obj c for now
* move java, python, and obj-c docs under api folder
* move java api html to iframe (ugh)
* remove api docs w/o details, move api text getstar
* remove api docs wo detail updates get started
* remvoe iframes
* move eco system to main nav
* fix api buttons
* added more examples moved intro to ORT
* fix links
* fix get started titles
* fix get started titles
* fix more links
* fix more links
* more link fixes
* fix nav remove inferencing and training subnav
* fix top nav remove inference and training nav
* fix title
* fix tutorials nav hierarchy
* fix python api button
* add tenorflow keras example
* fix quickstart toc
* add imports fix spacing
* fix links
* update nav and python get started page
* move ort training example, add coming soon for iot
* update C# get started
* fix spacing on quantization
* Add some js get started content
* fix formatting
* fix typo
* removed onnx-pytorch and onnx-tf
* updated pip install torch and added links iot page
* added pytorch tutorial heirarchy
* updated web to docs soon added release blog link
* add web link
* add js redirects to 404 page to help broken links
* add full url in replace logic for testing
* remove catchall and full url replace
* add redirect.json and update js to read from json
* update comment
* add test redirect likes for statged sites
* fix load json
* fix load json
* break loop at redirect
* import json
* json fixes
* fix imports on 404
* fix test url
* oops
* derp
* set delay to 0
* initial setup and rename "how to" to "setup"
* move API to main nav
* move api to main nav
* add get starated, rework nav order
* rename to install move mds out of install section
* update api nav and home page
* add install docs and python qs updates
* python get started work
* remove c and obj c for now
* move java, python, and obj-c docs under api folder
* move java api html to iframe (ugh)
* remove api docs w/o details, move api text getstar
* remove api docs wo detail updates get started
* remvoe iframes
* move eco system to main nav
* fix api buttons
* added more examples moved intro to ORT
* fix links
* fix get started titles
* fix get started titles
* fix more links
* fix more links
* more link fixes
* fix nav remove inferencing and training subnav
* fix top nav remove inference and training nav
* fix title
* fix tutorials nav hierarchy
* fix python api button
* add tenorflow keras example
* fix quickstart toc
* add imports fix spacing
* fix links
* update nav and python get started page
* move ort training example, add coming soon for iot
* update C# get started
* fix spacing on quantization
* Add some js get started content
* fix formatting
* fix typo
* removed onnx-pytorch and onnx-tf
* updated pip install torch and added links iot page
* added pytorch tutorial heirarchy
* updated web to docs soon added release blog link
* add web link
* ignore direnv configs
https://direnv.net/ is a useful tool but its configs are developer-specific
* improve inferencing build docs
* Format build arguments and command line flags as code.
Without this, command line flags were being rendered with an
en dash `–` rather than two hyphens `--`, which meant copy-pasting
them would result in invalid command lines.
* Clarify how to avoid running tests.
* Minor formatting improvements.
* Update custom op docs
* Move contrib op example from PyTorch page to custom op page.
* On PyTorch page: document the use of pytorch_export_contrib_ops.
* On PyTorch page: Turn GitHub URLs into links.
Fixes#8818
* Add Objective-C API reference website files.
* Update Objective-C API doc.
* Update Objective-C API page.
* regenerate objc api docs
* Update sample link.
* Update Objective-C API reference to 1.8.0-preview version.
* Remove file with absolute paths.
* Add Swift bridging header info.
* Update Objective-C API reference for 1.8.1.
* Update references to Objective-C package.
* Say iOS package is in preview. Clean up.
* fix training pkg urls
* Update torch-ort instructions
* Remove nightly from Get Started matrix
* Add steps for training installation
* Add torch-ort configure step for training installation
* Add text for ROCm packages
* Refine text for ROCm packages
* Add ROCm preview packages
* Revert ROCm instructions
Co-authored-by: Nat Kershaw <nakersha@microsoft.com>
* update api-basics.md
* update install.md
* add placeholder for "build for web"
* update js api
* add more sections in js-api.md
* update "coming soon" for how-to-build-web
* Update "Web" -> "web" in title of web.md
* Update install.md
* Update ORT Mobile documentation for both the pre-built package and custom build usage
Add info on pre-built package and CoreML EP
Refer to operator kernels and contrib ops documentation in github so we can point to the version specific content
Tweak some aspects like not specifying nav_order in places (items sort alphabetically by default)
* merge previous unmerged ios doc updates
* Address PR comments
* Minor tweaks
* Address PR comments
Co-authored-by: Guoyu Wang <wanggy@outlook.com>