From de4c65bb94880c0e6f1ea0f21f82212fc360e838 Mon Sep 17 00:00:00 2001 From: lichun Date: Wed, 13 Jan 2021 16:17:43 +0800 Subject: [PATCH] abandon using EXPERIMENTAL_DYNAMIC_PARTITION --- ge/graph/partition/dynamic_shape_partition.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ge/graph/partition/dynamic_shape_partition.cc b/ge/graph/partition/dynamic_shape_partition.cc index 71a4b560..6c81b21f 100755 --- a/ge/graph/partition/dynamic_shape_partition.cc +++ b/ge/graph/partition/dynamic_shape_partition.cc @@ -57,7 +57,7 @@ static bool IsInExperimentalMode(const ComputeGraphPtr &root_graph) { if (std::getenv("EXPERIMENTAL_DYNAMIC_PARTITION") == nullptr) { return false; } else { - GELOGE(FAILED, "In dynamic shape scene, model contains data type:" + GEEVENT("In dynamic shape scene, model contains data type:" "DT_STRING/DT_RESOURCE/DT_STRING_REF may not be supported well " "temporarily, please retry with \"unset EXPERIMENTAL_DYNAMIC_PARTITION\"."); break; @@ -70,7 +70,7 @@ static bool IsInExperimentalMode(const ComputeGraphPtr &root_graph) { if (std::getenv("EXPERIMENTAL_DYNAMIC_PARTITION") == nullptr) { return false; } else { - GELOGE(FAILED, "In dynamic shape scene, model contains data type:" + GEEVENT("In dynamic shape scene, model contains data type:" "DT_STRING/DT_RESOURCE/DT_STRING_REF may not be supported well " "temporarily, please retry with \"unset EXPERIMENTAL_DYNAMIC_PARTITION\"."); break;