From 4bc41ac7c7f99805982ebf8f9cb563f1b308126b Mon Sep 17 00:00:00 2001 From: Yi Huaijie Date: Thu, 22 Oct 2020 18:24:03 +0800 Subject: [PATCH] make ZerosLike parallel care --- mindspore/ccsrc/frontend/parallel/node_check.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/mindspore/ccsrc/frontend/parallel/node_check.cc b/mindspore/ccsrc/frontend/parallel/node_check.cc index 2bb6f99496..ae2ed81661 100644 --- a/mindspore/ccsrc/frontend/parallel/node_check.cc +++ b/mindspore/ccsrc/frontend/parallel/node_check.cc @@ -74,7 +74,6 @@ const std::set BLACK_LIST = {TUPLE_GETITEM, DROPOUT_GEN_MASK, EMBED, CREATINSTANCE, - ZEROSLIKE, ASSIGN, REF_TO_EMBED, STOP_GRADIENT};