From 7c6f5f28c2cb5ed85ad0cd7d9b80f70ed7236225 Mon Sep 17 00:00:00 2001 From: xiaoxiaohehe001 <49090790+xiaoxiaohehe001@users.noreply.github.com> Date: Tue, 10 Jan 2023 18:36:44 +0800 Subject: [PATCH] add_group_norm_int8 (#49229) --- paddle/fluid/inference/tensorrt/op_teller.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/paddle/fluid/inference/tensorrt/op_teller.cc b/paddle/fluid/inference/tensorrt/op_teller.cc index 04ed688c27c..6880412e8d6 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", -- GitLab