onnxruntime/docs
RandySheriffH 3fa73a5b6a
ReduceBinarySize (#4747)
* cancel night build on pyop

* add rewriter to rewrite cpu provider

* skip BuildKernelCreateInfo<void>

* refactor variable name and comment

* include ops from csv file

* process multiple eps

* add default function to cuda provider

* rename function and add license header

* fix import

* add doc

* fix typo

* deal with empty kernel entry in cuda

* rename the rewriter file

* add comment into provider file

* add comment and rename function

* log warnings

* refactor extracting logic

* add entry for script to run solo

* add better example

* avoid onnx importing

* fix flake8 alerts

* minor fixes to better comments and doc

* add entries for all domains

* add void entry into contrib providers

* format cuda_contrib_kernels.cc

* format cpu_contrib_kernels.cc

* add all providers

* add default entry to all providers

* include op_kernel header

* cancelling change in providers beyond cpu/cuda

* rename file and switch file format to domain;opset;op1,op2...

* update doc

* restore non-regular ending grammar in cuda_contrib_kernels.cc

* add ort_root as input argument of script

* enable test in ci

* update doc

* update doc

* revert change on linux gnu ci

* switch to set to host ops

* simplify trimming logic

* add domain map to track current model

* allow ort_root to take relative path
2020-08-21 19:50:13 -07:00
..
execution_providers [OpenVINO-EP] Updating OpenVINO EP to 2020.4 (#4836) 2020-08-19 23:18:08 -07:00
images
python Bump version to 1.4.0 (#4496) 2020-07-13 17:09:18 -07:00
ABI_Dev_Notes.md
AddingCustomOp.md
AddingExecutionProvider.md
Android_testing.md
C_API.md
cmake_guideline.md
Coding_Conventions_and_Standards.md
ContribOperators.md
CSharp_API.md
ExportPyTorchCustomOps.md Add Trilu custom op (#4537) 2020-08-17 14:42:26 -07:00
FAQ.md
How_To_Update_ONNX_Dev_Notes.md
InferenceHighLevelDesign.md
Java_API.md Java API: Documentation cleanup (#4395) 2020-08-13 12:06:42 -07:00
Model_Test.md
NotesOnThreading.md Create N-1 threads in intra-op pool, given main thread now active (#4493) 2020-07-14 09:48:50 +01:00
ONNX_Runtime_Graph_Optimizations.md
ONNX_Runtime_Perf_Tuning.md
ONNX_Runtime_Server_Usage.md
onnxruntime_dependencies.dot
onnxruntime_dependencies.png
OperatorKernels.md
PR_Guidelines.md
Privacy.md
PyOp.md EnrichPyOpUT (#4681) 2020-08-05 14:11:56 -07:00
Python_Dev_Notes.md
ReduceBinarySize.md ReduceBinarySize (#4747) 2020-08-21 19:50:13 -07:00
ReleaseManagement.md
Roadmap.md Migraphx improvements (#4328) 2020-06-25 19:22:57 -07:00
Server.md
Versioning.md Update Versioning.md for Windows 10 and Microsoft.AI.MachineLearning NuGet versions (#4659) 2020-07-31 07:58:51 -07:00
WinRT_API.md