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
In TF_Blade, we found TRT_SUPPORT_LIST is not match the Onnx-Tensorrt Op Support List. In our opinion, this will lead to the TRT Engine Convert Failed. Because some Op(like 'FusedBatchNormV3') is seemed support in TRT_SUPPORT_LIST, so it will pass the graph partition. But in the convertion, it's not in Onnx-Tensorrt Op Support List, so it should't sucessfully converted.