From 117dd4b3299a62ba04a731a6f34562c7efa74371 Mon Sep 17 00:00:00 2001 From: Yi Huaijie Date: Fri, 18 Sep 2020 16:57:07 +0800 Subject: [PATCH] delete blank lines --- mindspore/ccsrc/frontend/parallel/node_check.cc | 1 - .../frontend/parallel/tensor_layout/tensor_redistribution.cc | 1 - 2 files changed, 2 deletions(-) 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