commit
728b78d082
|
@ -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
|
||||
|
|
|
@ -218,6 +218,5 @@ Status TensorRedistribution::ComputeConcatCost(double input_size, Shape attrs) {
|
|||
}
|
||||
return Status::SUCCESS;
|
||||
}
|
||||
|
||||
} // namespace parallel
|
||||
} // namespace mindspore
|
||||
|
|
Loading…
Reference in New Issue