Browse Source

fix sc

pull/1422/head
chuxing 4 years ago
parent
commit
4cebb13437
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      ge/hybrid/node_executor/compiledsubgraph/known_node_executor.h

+ 0
- 1
ge/hybrid/node_executor/compiledsubgraph/known_node_executor.h View File

@@ -42,7 +42,6 @@ class KnownNodeTask : public NodeTask {
virtual Status DoInitDavinciModel();
private:
std::shared_ptr<DavinciModel> davinci_model_ = nullptr;
bool load_flag_ = false;
};

class KnownNodeExecutor : public NodeExecutor {


Loading…
Cancel
Save