提交 b2ad2351 编写于 作者: J Juncheng

fix



Former-commit-id: bd6bb915b862fe49b266304531d3eae59e7eaa10
上级 6d366187
......@@ -37,7 +37,7 @@ void MultipleGatherOp::InferBlobDescs(
bool MultipleGatherOp::IsInputBlobAllowedModelSplit(const std::string& ibn) const {
CHECK(std::find(input_bns().begin(), input_bns().end(), ibn) != input_bns().end());
return false;
return ibn == "in";
}
void MultipleGatherOp::InferOutputBlobModelSplitAxis(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册