提交 11f99494 编写于 作者: L lixinqi

fix over-optimized bug in broadcast_binary_op

上级 77865ab3
......@@ -15,7 +15,7 @@ bool IsScalarBlob(const BlobDesc* blob) {
void BroadcastBinaryOp::InitFromOpConf() {
EnrollInputBn("a");
EnrollInputBn("b");
EnrollOutputBn("out")->set_mutable_inplace_ibn("a");
EnrollOutputBn("out");
}
Maybe<void> BroadcastBinaryOp::InferBlobDescs(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册