From c692adf0ed537ec3de0d9a0e3e82dd0d9e160833 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=BC=BA?= Date: Wed, 6 Nov 2024 13:01:12 +0000 Subject: [PATCH] =?UTF-8?q?!2865=20es=20bugfix=20Merge=20pull=20request=20?= =?UTF-8?q?!2865=20from=20=E5=88=98=E5=BC=BA/es=5Faddtf1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tf_adapter/python/npu_bridge/embedding/embedding_utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tf_adapter/python/npu_bridge/embedding/embedding_utils.py b/tf_adapter/python/npu_bridge/embedding/embedding_utils.py index 9d8680f9a..bd5aef85b 100644 --- a/tf_adapter/python/npu_bridge/embedding/embedding_utils.py +++ b/tf_adapter/python/npu_bridge/embedding/embedding_utils.py @@ -16,6 +16,7 @@ # ============================================================================== import re +import tensorflow as tf class EmbeddingVariableOption: -- Gitee