onnxruntime/docs
Scott McKay c84bb9df9f
Add ability to track per operator types in reduced build config. (#6428)
* Add ability to generate configuration that includes required types for individual operators, to allow build size reduction based on that.
  - Add python bindings for ORT format models
    - Add script to update bindings and help info
  - Add parsing of ORT format models
  - Add ability to enable type reduction to config generation
  - Update build.py to only allow operator/type reduction via config
    - simpler to require config to be generated first
    - can't mix a type aware (ORT format model only) and non-type aware config as that may result in insufficient types being enabled
  - Add script to create reduced build config
  - Update CIs
2021-01-29 07:59:51 +10:00
..
execution_providers
images
python Add script to preprocess python documentation before publishing (#6129) 2021-01-07 19:23:59 +01:00
ABI_Dev_Notes.md
AddingCustomOp.md
AddingExecutionProvider.md
Android_testing.md
C_API.md
C_API_Guidelines.md
cmake_guideline.md
Coding_Conventions_and_Standards.md
ContribOperators.md
CSharp_API.md
ExportPyTorchCustomOps.md
FAQ.md Add FAQ page (#3324) 2020-05-06 15:43:32 -07:00
How_To_Update_ONNX_Dev_Notes.md
InferenceHighLevelDesign.md
Java_API.md
Model_Test.md Renaming MKL-DNN as DNNL (#2515) 2019-12-03 07:34:23 -08:00
NotesOnThreading.md
ONNX_Runtime_for_Mobile_Platforms.md
ONNX_Runtime_Graph_Optimizations.md
ONNX_Runtime_Mobile_NNAPI_perf_considerations.md
ONNX_Runtime_Perf_Tuning.md
ONNX_Runtime_Server_Usage.md
onnxruntime_dependencies.dot
onnxruntime_dependencies.png
OperatorKernels.md Render Operator documentation as compliant markdown (#3658) 2020-09-02 15:07:50 -07:00
PR_Guidelines.md
Privacy.md
PyOp.md
Python_Dev_Notes.md
Reduced_Operator_Kernel_build.md Add ability to track per operator types in reduced build config. (#6428) 2021-01-29 07:59:51 +10:00
ReleaseManagement.md
Roadmap.md
Server.md
Versioning.md
WinML_principles.md
WinRT_API.md