From 87e0691fc918cc758487896f67b16bda2570abec Mon Sep 17 00:00:00 2001 From: Balyshev Artem <43214667+BalyshevArtem@users.noreply.github.com> Date: Thu, 2 Nov 2023 07:14:59 +0300 Subject: [PATCH] [one-cmds] Add fuse_horizontal_fc_layers to O1 (#11863) This commit adds fuse_horizontal_fc_layers to O1 group. ONE-DCO-1.0-Signed-off-by: Artem Balyshev --- compiler/one-cmds/onelib/constant.py | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/one-cmds/onelib/constant.py b/compiler/one-cmds/onelib/constant.py index 8f369043d90..6cb7ae3d31a 100644 --- a/compiler/one-cmds/onelib/constant.py +++ b/compiler/one-cmds/onelib/constant.py @@ -44,6 +44,7 @@ class CONSTANT: 'fuse_mean_with_mean', 'fuse_transpose_with_mean', 'fuse_slice_with_tconv', + 'fuse_horizontal_fc_layers' 'transform_min_max_to_relu6', 'transform_min_relu_to_relu6',