-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TensorRT EP engine cache serialization/deserialization refactor (#11045)
* Code refactor * fix bug * modify comment * modify test for the new ORT TRT cache behavior * update comment * rename variable * fix bug for not having trt context * Custom parameters (#10964) * get inputs independently for trtexec * track one process only * remove engine and profile files * change time to commit time * add runtime option for io binding * move to commit date * fixes * add option for graph optimization * cleanup docker script * note second time creation * allow for parameters to be configured from pipeline at runtime * uncomment * include optional arguments at runtime * post second session creation * update cmake version * Revert "update cmake version" This reverts commit 09a1364. * Move data format import * Perf FasterRCNN + MaskRCNN (#11102) * add faster mask * fix paths * add a test scenario that - if engine cache is present, trt ep should load the engine cache and run inference * Revert "Merge branch 'trt_cache_refactor' of https://github.com/microsoft/onnxruntime into trt_cache_refactor" This reverts commit 8edc574, reversing changes made to 0c92e5b. Co-authored-by: Olivia Jain <[email protected]>
- Loading branch information
1 parent
81d7870
commit 0292356
Showing
3 changed files
with
287 additions
and
217 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.