!6491 delete blank lines

Merge pull request !6491 from yihuaijie/blank
This commit is contained in:
mindspore-ci-bot 2020-09-19 09:19:47 +08:00 committed by Gitee
commit 728b78d082
2 changed files with 0 additions and 2 deletions

View File

@ -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

View File

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