You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: IPaddingLayer is deprecated in TensorRT 8.2 and will be removed in TensorRT 10.0. Use ISliceLayer to pad the tensor, which supports new non-constant, reflects padding mode and clamp, and supports padding output with dynamic shape.
Activity
github-actions commentedon Nov 13, 2023
This issue has not seen activity for 90 days, Remove stale label or comment or this will be closed in 10 days
zewenli98 commentedon Nov 30, 2023
finished in PR #2482
Note:
IPaddingLayer
is deprecated in TensorRT 8.2 and will be removed in TensorRT 10.0. UseISliceLayer
to pad the tensor, which supports new non-constant, reflects padding mode and clamp, and supports padding output with dynamic shape.