remove Assign from parallel black list

This commit is contained in:
Yi Huaijie 2020-10-27 12:40:03 +08:00
parent 66dd2730b5
commit 826e3e5188
1 changed files with 0 additions and 1 deletions

View File

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