From d9868f20fc99d0b3d0d8457240c4a669286e6f5a Mon Sep 17 00:00:00 2001 From: lichun Date: Wed, 24 Mar 2021 20:38:05 +0800 Subject: [PATCH] Bugfix: support unknown while op subgraph --- ge/hybrid/model/hybrid_model.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ge/hybrid/model/hybrid_model.h b/ge/hybrid/model/hybrid_model.h index e8c005f6..6a1e4b4b 100644 --- a/ge/hybrid/model/hybrid_model.h +++ b/ge/hybrid/model/hybrid_model.h @@ -138,7 +138,7 @@ class HybridModel { std::map device_variable_nodes_; //lint !e148 std::map host_variable_nodes_; //lint !e148 std::map> variable_tensors_; - std::map> constant_tensors_; + std::map> constant_tensors_; //lint !e148 std::map> task_defs_; std::map known_shape_sub_models_;