提交 60cdd435 编写于 作者: J jingqinghe

add support for three-dimentional input in reduce max test=develop

上级 25f8d24c
......@@ -62,6 +62,7 @@ void ReduceMaxCompute::Run() {
LOG(FATAL) << "error!!!";
}
} else if (dim.size() == 2) {
LOG(FATAL) << "Will support later!!";
} else {
LOG(FATAL) << "dim size should not larger than 3!!!";
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册