diff --git a/paddle/fluid/inference/tensorrt/op_teller.cc b/paddle/fluid/inference/tensorrt/op_teller.cc index 04ed688c27c5e359edc393cd2a6b26d5b6945d25..6880412e8d63e9c1033181fcfe91aa003e290b5a 100644 --- a/paddle/fluid/inference/tensorrt/op_teller.cc +++ b/paddle/fluid/inference/tensorrt/op_teller.cc @@ -2524,6 +2524,7 @@ struct SimpleOpTypeSetTeller : public Teller { "flatten", "gather", "gather_nd", + "group_norm", "yolo_box", "yolo_box_head", "arg_max",