提交 3adaae85 编写于 作者: J Juncheng 提交者: Jinhui Yuan

naive infer time shape ignore meaning less (#1299)



Former-commit-id: f972a8da
上级 f2d75848
......@@ -81,6 +81,7 @@ void TaskNode::PinConsumedRegst() {
}
void TaskNode::NaiveInferProducedDataRegstTimeShape() {
if (IsMeaningLess()) { return; }
std::shared_ptr<Shape> time_shape;
ForEachConsumedDataRegst([&time_shape](const std::string& name, const RegstDesc* regst) {
if (time_shape) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册