forked from mindspore-Ecosystem/mindspore
remove Assign from parallel black list
This commit is contained in:
parent
66dd2730b5
commit
826e3e5188
|
@ -74,7 +74,6 @@ const std::set<std::string> BLACK_LIST = {TUPLE_GETITEM,
|
|||
DROPOUT_GEN_MASK,
|
||||
EMBED,
|
||||
CREATINSTANCE,
|
||||
ASSIGN,
|
||||
REF_TO_EMBED,
|
||||
STOP_GRADIENT};
|
||||
|
||||
|
|
Loading…
Reference in New Issue