|
|
@ -677,6 +677,7 @@ void Argument::reorganizeSeqInfo(
|
|
|
|
const ICpuGpuVectorPtr subSeqStartPos,
|
|
|
|
const ICpuGpuVectorPtr subSeqStartPos,
|
|
|
|
std::vector<std::vector<int>>& reorganizedSeqInfo) {
|
|
|
|
std::vector<std::vector<int>>& reorganizedSeqInfo) {
|
|
|
|
CHECK(seqStartPos);
|
|
|
|
CHECK(seqStartPos);
|
|
|
|
|
|
|
|
reorganizedSeqInfo.clear();
|
|
|
|
|
|
|
|
|
|
|
|
int seqNum = seqStartPos->getSize() - 1;
|
|
|
|
int seqNum = seqStartPos->getSize() - 1;
|
|
|
|
int* seqStarts = seqStartPos->getMutableData(false);
|
|
|
|
int* seqStarts = seqStartPos->getMutableData(false);
|
|
|
|