onnxruntime/docs
stevenlix 814638cdff
Cherry pick PRs to Rel-1.3.1 (#4198)
* link to folder instead of READMEs inside folder (#3938)

otherwise hard to find the source code

* [Node.js binding] fix linux build (#3927)

* [Node.js binding] add build flag for node.js binding (#3948)

* [Nodejs binding] create a new pipeline to generate signed binaries (#4104)

* add yml files

* update pipeline

* fix yaml syntax

* yaml pop BuildCSharp

* udpate yaml

* do not stage codesign summary

* fix build: pipeline Node.js version to 12.16.3 (#4145)

* [Node.js binding] upgrade node-addon-api to 3.0 (#4148)

* [Node.js binding] add linux and mac package (#4157)

* try mac pipeline

* fix path separator

* copy prebuilds folder

* split esrp yaml for win/mac

* disable mac signing temporarily

* add linux

* fix indent

* add nodetool in linux

* add nodetool in win-ci-2019

* replace linux build by custom docker scripts

* use manylinux as node 12.16 not working on centos6

* try ubuntu

* loosen timeout for test case - multiple runs calls

* add script to support update nodejs binding version (#4164)

* [java] Adds a CUDA test (#3956)

* [java] - adding a cuda enabled test.

* Adding --build_java to the windows gpu ci pipeline.

* Removing a stray line from the unit tests that always enabled CUDA for Java.

* Update OnnxRuntime.java for OS X environment. (#3985)

onnxruntime init failure due to wrong path of reading native libraries. In OS X 64 system, the arch name is detected as x86 which generates invalid path to read native libraries.

Exception java.lang.UnsatisfiedLinkError: no onnxruntime in java.library.path
	at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1867)
	at java.lang.Runtime.loadLibrary0(Runtime.java:870)
	at java.lang.System.loadLibrary(System.java:1122)
	at ai.onnxruntime.OnnxRuntime.load(OnnxRuntime.java:174)
	at ai.onnxruntime.OnnxRuntime.init(OnnxRuntime.java:81)
	at ai.onnxruntime.OrtEnvironment.<clinit>(OrtEnvironment.java:24)

* Create Java publishing pipeline (#3944)

Create CPU and GPu Java publishing pipelines. Final jars are tested on all platforms. However, signing and publishing to maven are manual steps.

* Change group id to com.microsoft.onnxruntime per requirements.

* Java GPu artifact naming (#4179)

Modify gradle build so artifactID has _gpu for GPU builds.
  Pass USE_CUDA flag on CUDA build
  Adjust publishing pipelines to extract POM from a correct path.

Co-Authored-By: @Craigacp

* bump up ORT version to 1.3.1 (#4181)

* move back to toolset 14.16 to possibly work around nvcc bug (#4180)

* Symbolic shape inference exit on models without onnx opset used (#4090)

* Symbolic shape inference exit on models without onnx opset used

* Temporary fix for ConvTranspose with symbolic input dims

Co-authored-by: Changming Sun <me@sunchangming.com>

* Fix Nuphar test failure

* Enlarge the read buffer size in C#/Java test code (#4150)

1. Enlarge the read buffer size further, so that our code can run even faster. TODO: need apply the similar changes to python some other language bindings.
2. Add coreml_VGG16_ImageNet to the test exclusion set of x86_32. It is not a new model but previously we didn't run the test against x86_32.

* Temporarily disable windows static analysis CI job

* skip model coreml_Imputer-LogisticRegression_sklearn_load_breast_cancer

* Delete unused variable

Co-authored-by: Prasanth Pulavarthi <prasantp@microsoft.com>
Co-authored-by: Yulong Wang <yulongw@microsoft.com>
Co-authored-by: Adam Pocock <adam.pocock@oracle.com>
Co-authored-by: jji2019 <49252772+jji2019@users.noreply.github.com>
Co-authored-by: Dmitri Smirnov <yuslepukhin@users.noreply.github.com>
Co-authored-by: Dmitri Smirnov <dmitrism@microsoft.com>
Co-authored-by: George Wu <jywu@microsoft.com>
Co-authored-by: KeDengMS <kedeng@microsoft.com>
Co-authored-by: Changming Sun <me@sunchangming.com>
Co-authored-by: Changming Sun <chasun@microsoft.com>
2020-06-12 11:27:02 -07:00
..
execution_providers Cherry pick fixes to release branch rel-1.3.0 (#3936) 2020-05-14 23:45:18 -07:00
images Documentation updates for 1.2 for WinML (#3149) 2020-03-11 14:19:30 -07:00
python Cherry pick PRs to Rel-1.3.1 (#4198) 2020-06-12 11:27:02 -07:00
ABI_Dev_Notes.md Fix some typos. (#3582) 2020-04-18 14:18:05 -07:00
AddingCustomOp.md Support custom ops targeting the CUDA EP (#3165) 2020-03-11 00:49:01 -07:00
AddingExecutionProvider.md Renaming MKL-DNN as DNNL (#2515) 2019-12-03 07:34:23 -08:00
C_API.md Add new docs around how to bind to the onnxruntime.dll (#3539) 2020-04-22 11:24:36 -07:00
cmake_guideline.md Add a doc for cmake (#1524) 2019-08-06 07:51:53 -07:00
Coding_Conventions_and_Standards.md Some documentation updates. (#3060) 2020-02-21 20:07:39 +10:00
ContribOperators.md Fix BatchNorm CUDA kernel definition 2020-04-18 17:21:29 -07:00
CSharp_API.md Fix some typos. (#3582) 2020-04-18 14:18:05 -07:00
FAQ.md Add FAQ page (#3324) 2020-05-06 15:43:32 -07:00
HighLevelDesign.md Fix some typos. (#3582) 2020-04-18 14:18:05 -07:00
How_To_Update_ONNX_Dev_Notes.md move backend test filters into data file (#3798) 2020-05-02 19:05:58 -07:00
Java_API.md Documentation update: build instructions (#2636) 2019-12-19 13:40:34 -08:00
Model_Test.md Renaming MKL-DNN as DNNL (#2515) 2019-12-03 07:34:23 -08:00
NotesOnThreading.md Add Threadpool::TrySimpleParallelFor (#3759) 2020-04-30 20:03:33 +10:00
ONNX_Runtime_Graph_Optimizations.md Disable GeluApproximation transformer by default (#3644) 2020-04-24 14:29:40 -07:00
ONNX_Runtime_icon.png added the icon and logo resources (#124) 2018-12-06 21:22:11 -08:00
ONNX_Runtime_logo.png added the icon and logo resources (#124) 2018-12-06 21:22:11 -08:00
ONNX_Runtime_Perf_Tuning.md Add FAQ page (#3324) 2020-05-06 15:43:32 -07:00
ONNX_Runtime_Server_Usage.md OpenVINO EP v2.0 (#3585) 2020-04-24 04:06:02 -07:00
onnxruntime_dependencies.dot Update dependencies graph 2020-04-17 07:38:45 -07:00
onnxruntime_dependencies.png Update dependencies graph 2020-04-17 07:38:45 -07:00
OperatorKernels.md Fix BatchNorm CUDA kernel definition 2020-04-18 17:21:29 -07:00
PR_Guidelines.md Add guidelines for writing a good PR. (#3830) 2020-05-05 16:28:21 -07:00
Privacy.md Merge windowsai (winml layering) into master (#2956) 2020-02-04 17:12:19 -08:00
PyOp.md Fix link (#1351) 2019-07-07 21:56:18 -07:00
Python_Dev_Notes.md Initial bootstrap commit. 2018-11-19 16:48:22 -08:00
ReleaseManagement.md Bug bash (#43) 2018-11-27 18:52:50 -08:00
Roadmap.md Updates to roadmap (#3155) 2020-03-16 18:19:07 -07:00
Server.md Add document for onnxruntime server. 2020-01-27 13:39:41 -08:00
Versioning.md Cherry pick PRs to Rel-1.3.1 (#4198) 2020-06-12 11:27:02 -07:00
WinRT_API.md Fix some typos. (#3582) 2020-04-18 14:18:05 -07:00