Browse Source

Fix bug of ge_executor.

tags/v1.2.0
unknown 4 years ago
parent
commit
ad66e1fead
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ge/hybrid/executor/node_state.h

+ 1
- 1
ge/hybrid/executor/node_state.h View File

@@ -30,7 +30,7 @@ class NodeTask;
struct GraphExecutionContext; struct GraphExecutionContext;
class SubgraphContext; class SubgraphContext;
class TaskContext; class TaskContext;
class NodeState;
struct NodeState;


class ShapeFuture { class ShapeFuture {
public: public:


Loading…
Cancel
Save