diff --git a/mindspore/ccsrc/frontend/parallel/node_check.cc b/mindspore/ccsrc/frontend/parallel/node_check.cc index 48601e792c..8470a5de90 100644 --- a/mindspore/ccsrc/frontend/parallel/node_check.cc +++ b/mindspore/ccsrc/frontend/parallel/node_check.cc @@ -91,6 +91,5 @@ bool IsInBatchParallelBlackList(const PrimitivePtr &prim) { MS_EXCEPTION_IF_NULL(prim); return (BATCH_PARALLEL_BLACK_LIST.find(prim->name()) != BATCH_PARALLEL_BLACK_LIST.end()); } - } // namespace parallel } // namespace mindspore diff --git a/mindspore/ccsrc/frontend/parallel/tensor_layout/tensor_redistribution.cc b/mindspore/ccsrc/frontend/parallel/tensor_layout/tensor_redistribution.cc index 1b59b09054..79991d1f09 100644 --- a/mindspore/ccsrc/frontend/parallel/tensor_layout/tensor_redistribution.cc +++ b/mindspore/ccsrc/frontend/parallel/tensor_layout/tensor_redistribution.cc @@ -218,6 +218,5 @@ Status TensorRedistribution::ComputeConcatCost(double input_size, Shape attrs) { } return Status::SUCCESS; } - } // namespace parallel } // namespace mindspore