Browse Source

Fix bug of ge_executor.

tags/v1.2.0
unknown 3 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;
class SubgraphContext;
class TaskContext;
class NodeState;
struct NodeState;

class ShapeFuture {
public:


Loading…
Cancel
Save