delete blank lines

This commit is contained in:
Yi Huaijie 2020-09-18 16:57:07 +08:00
parent faa0a6ad45
commit 117dd4b329
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