delete blank lines

pull/6491/head
Yi Huaijie 4 years ago
parent faa0a6ad45
commit 117dd4b329

@ -91,6 +91,5 @@ bool IsInBatchParallelBlackList(const PrimitivePtr &prim) {
MS_EXCEPTION_IF_NULL(prim); MS_EXCEPTION_IF_NULL(prim);
return (BATCH_PARALLEL_BLACK_LIST.find(prim->name()) != BATCH_PARALLEL_BLACK_LIST.end()); return (BATCH_PARALLEL_BLACK_LIST.find(prim->name()) != BATCH_PARALLEL_BLACK_LIST.end());
} }
} // namespace parallel } // namespace parallel
} // namespace mindspore } // namespace mindspore

@ -218,6 +218,5 @@ Status TensorRedistribution::ComputeConcatCost(double input_size, Shape attrs) {
} }
return Status::SUCCESS; return Status::SUCCESS;
} }
} // namespace parallel } // namespace parallel
} // namespace mindspore } // namespace mindspore

Loading…
Cancel
Save