onnxruntime/docs
Valery Chernov 8ba8146650
[TVM] handshake mechanism for support of TVMso EP (#11437)
* infrastructure for handshake mechanism was implemented. sha256 was selected as first hash algorithm

* check hash during compile in TVMso EP

* add IPP-CRYPTO to external dependencies for TVM EP

* made checkHash method constant

* removed the public implementation of the SHA-256 algorithm so as not to cause a license conflict

* implemented SHA-256 calculation using ipp-crypto library

* fix dependency for ipp-crypto

* add provider options for hash check

* update documentation for added provider options

* add hash check condition

* fix docs

* fix lint

* fix ORT_THROW

Co-authored-by: Valery Chernov <valery.chernov@deelvin.com>
Co-authored-by: KJlaccHoeUM9l <wotpricol@mail.ru>
2022-06-29 14:57:18 +02:00
..
c_cxx Document C/C++ API documentation version info conventions. (#10396) 2022-01-27 10:20:13 -08:00
execution_providers/images
images API Documentation (#8948) 2021-09-09 22:04:51 -07:00
python UEP 4.1 release (#11834) 2022-06-17 14:49:04 -07:00
ABI_Dev_Notes.md
Android_testing.md
C_API_Guidelines.md
cmake_guideline.md
Coding_Conventions_and_Standards.md Format coding conventions documentation (#11405) 2022-05-09 10:19:15 -07:00
ContribOperators.md apply zcode changes to the beam search op (#11880) 2022-06-20 18:39:07 -07:00
FAQ.md
How_To_Update_ONNX_Dev_Notes.md Support per-test tolerances for ONNX tests (#11775) 2022-06-14 15:12:23 -07:00
Model_Test.md
NotesOnThreading.md
ONNX_Runtime_Server_Usage.md Update docs/ONNX_Runtime_Server_Usage.md (#7818) 2021-05-26 16:17:20 -07:00
onnxruntime_dependencies.dot
onnxruntime_dependencies.png
onnxruntime_extensions.md Enable linking in exception throwing support library when build onnxruntime wasm. (#8973) 2021-09-10 22:09:16 +08:00
OperatorKernels.md register signal ops for opset 17 (#11778) 2022-06-27 10:26:55 +10:00
ORTMobilePackageOperatorTypeSupport.md Update doc for operators/opsets supported by mobile package (#9899) 2021-12-02 13:51:22 +10: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 Move reduced ops files into build directory (#10030) 2021-12-28 19:04:20 -08:00
ReleaseManagement.md
Roadmap.md
Server.md
TVM_EP.md [TVM] handshake mechanism for support of TVMso EP (#11437) 2022-06-29 14:57:18 +02:00
Versioning.md Bump master version to 1.12 (#10797) 2022-03-28 12:30:11 -07:00
WinML_principles.md