From ad66e1fead21d05cfba4e88dd1b65c6ff592826a Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 24 Feb 2021 22:51:52 +0800 Subject: [PATCH] Fix bug of ge_executor. --- ge/hybrid/executor/node_state.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ge/hybrid/executor/node_state.h b/ge/hybrid/executor/node_state.h index ef348a69..84a52abd 100644 --- a/ge/hybrid/executor/node_state.h +++ b/ge/hybrid/executor/node_state.h @@ -30,7 +30,7 @@ class NodeTask; struct GraphExecutionContext; class SubgraphContext; class TaskContext; -class NodeState; +struct NodeState; class ShapeFuture { public: