### Description
revise example C++ code of using file path.
normalize the example code to use macros `ORTCHAR_T` and `ORT_TSTR`
defined in onnxruntime_c_api.h so that the code works in both Windows
and UNIX.
This PR resolves#14859
* comment on standalone ops
* touch up the grammar
* link API
* touch up the grammar
* reorder paragraphs
* rephrase
* add space
Co-authored-by: Randy Shuai <rashuai@microsoft.com>
* custom.md - use release tags
* Rename mobile performance tuning doc.
* Move old mobile performance tuning docs.
* remove title
* Adapt original documentation and add more for 1.11.
* Adjust doc ordering.
* Update version text.
* Update nav, fix links.
* rework docs
* 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 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.
* 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>
* Added documentation for OpenVINO-EP samples
->Add Tutorials of how to use the samples.
-> Updated the OpenVINO EP docx page to point
to these tutorials.
Signed-off-by: MaajidKhan <n.maajidkhan@gmail.com>
* Minor changes added in the documentation
Signed-off-by: MaajidKhan <n.maajidkhan@gmail.com>
* Modified the document
cleaned up the document
Signed-off-by: MaajidKhan <n.maajidkhan@gmail.com>
* c# documentation modified
Signed-off-by: MaajidKhan <n.maajidkhan@gmail.com>