Commit 584f349
Bowen Fu
chore(annotation): defer _layer_metadata and AnnotationMetadata to follow-up PR
Address PR review comments pytorch#4147:
- Comment 4: Remove AnnotationMetadata / attach_annotation_metadata /
get_annotation_metadata from _specs.py and __init__.py — unused in this PR
(designed for @tta.export_as which is deferred).
- Comment 5: Remove _layer_metadata.py and its set_tta_layer_metadata call
in lower_custom_plugin_descriptor — diagnostic-only (TRT engine inspector),
non-fatal by design, out of scope for this PR.
Both modules are preserved in the backup branch and will be reintroduced in
a higher-level diagnostics / export_as PR.1 parent b7bf7b9 commit 584f349
6 files changed
Lines changed: 0 additions & 989 deletions
File tree
- py/torch_tensorrt/annotation
- _custom_plugin
- tests/py/annotation/unit
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
| |||
47 | 46 | | |
48 | 47 | | |
49 | 48 | | |
50 | | - | |
51 | 49 | | |
52 | 50 | | |
53 | 51 | | |
| |||
Lines changed: 0 additions & 21 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | 47 | | |
49 | 48 | | |
50 | 49 | | |
| |||
1250 | 1249 | | |
1251 | 1250 | | |
1252 | 1251 | | |
1253 | | - | |
1254 | | - | |
1255 | | - | |
1256 | | - | |
1257 | | - | |
1258 | | - | |
1259 | | - | |
1260 | | - | |
1261 | | - | |
1262 | | - | |
1263 | | - | |
1264 | | - | |
1265 | | - | |
1266 | | - | |
1267 | | - | |
1268 | | - | |
1269 | | - | |
1270 | | - | |
1271 | | - | |
1272 | | - | |
1273 | 1252 | | |
1274 | 1253 | | |
1275 | 1254 | | |
| |||
0 commit comments