From fb2f44fcf36cd4400c1f73c3c11662003bd9f248 Mon Sep 17 00:00:00 2001 From: Ofir Gordon Date: Sun, 22 Dec 2024 16:21:37 +0200 Subject: [PATCH] merge changes from main --- .../target_platform_capabilities/schema/mct_current_schema.py | 1 - 1 file changed, 1 deletion(-) diff --git a/model_compression_toolkit/target_platform_capabilities/schema/mct_current_schema.py b/model_compression_toolkit/target_platform_capabilities/schema/mct_current_schema.py index 30ff9169c..80bf1ce5e 100644 --- a/model_compression_toolkit/target_platform_capabilities/schema/mct_current_schema.py +++ b/model_compression_toolkit/target_platform_capabilities/schema/mct_current_schema.py @@ -10,4 +10,3 @@ OperatorSetConcat= schema.OperatorSetConcat Fusing = schema.Fusing TargetPlatformModel = schema.TargetPlatformModel -OperatorSetNames = schema.OperatorSetNames