We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f27e45 commit 4ebfd96Copy full SHA for 4ebfd96
ModelImporter.cpp
@@ -512,7 +512,8 @@ bool ModelImporter::supportsOperator(const char* op_name) const
512
{
513
return false;
514
}
515
- if (std::string(op_name) == "EfficientNMS_TRT" || std::string(op_name) == "PyramidROIAlign_TRT" || std::string(op_name) == "MultilevelCropAndResize_TRT")
+ if (std::string(op_name) == "EfficientNMS_TRT" || std::string(op_name) == "PyramidROIAlign_TRT" || std::string(op_name) == "MultilevelCropAndResize_TRT"
516
+ || std::string(op_name) == "DisentangledAttention_TRT")
517
518
return true;
519
0 commit comments