Skip to content

In TF_Blade, we found TRT_SUPPORT_LIST is not match the Onnx-Tensorrt Op Support List. #1264

@b4b4o

Description

@b4b4o

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.

Is our understanding correct? @wyzero @tanyokwok @Yancey1989

TRT_SUPPORT_LIST:
https://github.com/alibaba/BladeDISC/blob/main/tensorflow_blade/tf_blade/util/tf_conversion_util.py#L20
Onnx-Tensorrt Op Support List:
https://github.com/onnx/onnx-tensorrt/blob/main/docs/operators.md

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions