onnxruntime/docs
Pranav Sharma 91db840b6b
Introduce execution mode enum for clarity and extensibility; Change Python, C and C# APIs accordingly; Removed EnableSequentialExecution, DisableSequentialExecution in favor of the more general SetExecutionModeAPI. (#2098)
* Introduce execution mode for clarity and extensibility; Change Python APIs accordingly; Replace DisableSequentialExecution API with EnableParallelExecution for clarity.

* Fix cuda build

* Modify the test slightly

* Make C and C# APIs consistent with Python.
2019-10-14 09:48:19 -07:00
..
execution_providers Weba/update nuphar doc (#2026) 2019-10-08 12:41:25 -07:00
images
python Add nuphar python scripts to wheel, and notebook tutorial (#1952) 2019-09-30 10:39:02 -07:00
ABI_Dev_Notes.md
AddingCustomOp.md Update custom op help (#914) 2019-04-26 11:22:46 -07:00
AddingExecutionProvider.md Part 2 of renaming AllocatorInfo to MemoryInfo. (#1804) 2019-09-12 08:19:29 -07:00
C_API.md Part 2 of renaming AllocatorInfo to MemoryInfo. (#1804) 2019-09-12 08:19:29 -07:00
cmake_guideline.md
Coding_Conventions_and_Standards.md
ContribOperators.md Implement contrib op CropAndResize (#1277) 2019-06-24 18:34:35 -07:00
CSharp_API.md Introduce execution mode enum for clarity and extensibility; Change Python, C and C# APIs accordingly; Removed EnableSequentialExecution, DisableSequentialExecution in favor of the more general SetExecutionModeAPI. (#2098) 2019-10-14 09:48:19 -07:00
HighLevelDesign.md Documentation reorganization (#1143) 2019-07-01 17:11:50 -07:00
How_To_Update_ONNX_Dev_Notes.md
Model_Test.md Update Model_Test.md (#1264) 2019-06-20 19:51:54 -07:00
ONNX_Runtime_icon.png
ONNX_Runtime_logo.png
ONNX_Runtime_Perf_Tuning.md
ONNX_Runtime_Server_Usage.md Update link format and example sections in readme (#1729) 2019-09-12 17:49:29 -07:00
OperatorKernels.md Generate documentation from the registered operator kernels (#1395) 2019-08-14 18:12:24 -07:00
PyOp.md
Python_Dev_Notes.md Initial bootstrap commit. 2018-11-19 16:48:22 -08:00
ReleaseManagement.md
Versioning.md