onnxruntime/docs
Tracy Sharpe d13e5b2fd9
NCHWc: ReorderInput improvements (#7442)
Implement various improvements related to reordering a tensor for use by NCHWc operations:

Relax the requirement that the input channel count must be a multiple of the NCHWc block size (either 8 or 16 depending on ISA). The requirement now is that the channel count must be a multiple of 4. The implementation of MlasReorderInputNchw would need further work to support relaxing this further, but I don't have any models where I've observed this to be necessary yet.
Support fusing a Transpose(NHWC->NCHW) into a following ReorderInput. ReorderInput now has a channels_last attribute as was done in the past for ReorderOutput. This helps with models converted from TF where the converter is unable to remove all Transpose operations.
Add threading support to ReorderInput to accelerate performance (ReorderOutput will come later).
2021-04-26 19:16:39 -07:00
..
execution_providers/images Remove docs that have been migrated to https://onnxruntime.ai/docs (#6225) 2021-02-05 18:09:27 -08:00
images Expand the documentation on using compiling EPs with a minimal build (#5893) 2020-12-02 09:12:36 +10:00
python Add auto doc gen for ORTModule API during CI build (#7046) 2021-03-22 10:20:33 -07:00
ABI_Dev_Notes.md
Android_testing.md Removed BUILD.md from master as source now lives in gh-pages (#6709) 2021-02-19 11:34:21 -08:00
C_API_Guidelines.md Add C API Guidelines document (#5686) 2020-11-04 18:50:31 -08:00
cmake_guideline.md
Coding_Conventions_and_Standards.md
ContribOperators.md NCHWc: ReorderInput improvements (#7442) 2021-04-26 19:16:39 -07:00
FAQ.md
How_To_Update_ONNX_Dev_Notes.md
Model_Test.md
NotesOnThreading.md Support multi-loop parallel sections, use multi-loop sections in GRU (#5602) 2020-11-10 12:24:57 +00:00
ONNX_Runtime_for_Mobile_Platforms.md Update docs/ONNX_Runtime_for_Mobile_Platforms.md with info about op type reduction. (#6747) 2021-02-23 10:25:23 -08:00
ONNX_Runtime_Mobile_NNAPI_perf_considerations.md Update links to gh-pages for ORT minimal documents (#6721) 2021-02-17 14:34:50 -08:00
ONNX_Runtime_Server_Usage.md Fix broken link in server usage and remove absolute path from dockerfiles readme (#6926) 2021-03-09 11:54:21 -08:00
onnxruntime_dependencies.dot
onnxruntime_dependencies.png
OperatorKernels.md Implement qlinear concat and unit test. (#7341) 2021-04-26 13:38:40 -07:00
PR_Guidelines.md
Privacy.md [C# and Python APIs] Expose knobs to enable/disable platform telemetry collection (#5481) 2020-10-21 10:32:13 -07:00
Python_Dev_Notes.md
Reduced_Operator_Kernel_build.md Support required types when excluding typed registrations (#6871) 2021-03-08 08:22:07 -08:00
ReleaseManagement.md
Roadmap.md Doc updates for 1.5 (#5302) 2020-09-30 09:53:33 -07:00
Server.md Update documentation for contributing a PR and add deprecation notices for PyOp and ORT server. (#6172) 2020-12-18 02:00:42 -08:00
Versioning.md Bumping up version to 1.7 (#6736) 2021-02-17 19:07:38 -08:00
WinML_principles.md Winml_principles_change (#5727) 2020-11-12 10:39:24 -08:00