提交 02c5ecc3 编写于 作者: X xutianbing

merge

上级 e79841de
......@@ -190,7 +190,7 @@ public:
: BufferArg(VALUE_TYPE_INT32, shape, argType) {
bufferType_ = TENSOR_SEQUENCE_ID;
CHECK_EQ(shape_.ndims(), 1UL);
CHECK_GT(shape_[0], 1UL);
CHECK_GE(shape_[0], 1UL);
numSeqs_ = shape_[0] - 1;
}
......
......@@ -134,7 +134,6 @@ public:
output.valueType(),
output.shape(),
argType));
<<<<<<< HEAD
}
/// add and init output sparse matrix
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册