Browse Source

remove Assign from parallel black list

tags/v1.1.0
Yi Huaijie 5 years ago
parent
commit
826e3e5188
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      mindspore/ccsrc/frontend/parallel/node_check.cc

+ 0
- 1
mindspore/ccsrc/frontend/parallel/node_check.cc View File

@@ -74,7 +74,6 @@ const std::set<std::string> BLACK_LIST = {TUPLE_GETITEM,
DROPOUT_GEN_MASK, DROPOUT_GEN_MASK,
EMBED, EMBED,
CREATINSTANCE, CREATINSTANCE,
ASSIGN,
REF_TO_EMBED, REF_TO_EMBED,
STOP_GRADIENT}; STOP_GRADIENT};




Loading…
Cancel
Save