Commit b201380
authored
[Plugin TRT EP] Complete GetCapability() implementation (#553)
* move code under src
* add files for building wheel
* rename
* update README.md
* update README.md
* update README.md
* add example for running inference using python
* update README.md
* remove unnecessary files
* add GetCapability() implementation
* update
* remove unnecessary file
* Use topo sort for nodes in GetCapability
* update ORT to graph proto utils
* add default initialization of OrtFactory in ctor
* update
* update
* address reviewer's comments
* address reviewer's comments
* update1 parent f1f800a commit b201380
File tree
34 files changed
+1067
-897
lines changed- plugin_execution_providers/tensorrt
- src
- cuda
- cu_inc
- utils
- cuda
- utils
34 files changed
+1067
-897
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
| |||
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
31 | | - | |
| 33 | + | |
32 | 34 | | |
33 | 35 | | |
34 | | - | |
35 | | - | |
36 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
37 | 44 | | |
38 | 45 | | |
39 | 46 | | |
| |||
111 | 118 | | |
112 | 119 | | |
113 | 120 | | |
114 | | - | |
| 121 | + | |
115 | 122 | | |
116 | 123 | | |
117 | 124 | | |
| |||
142 | 149 | | |
143 | 150 | | |
144 | 151 | | |
145 | | - | |
| 152 | + | |
146 | 153 | | |
147 | 154 | | |
148 | 155 | | |
| |||
File renamed without changes.
File renamed without changes.
0 commit comments