[fix/runtime] fix topo error (#80)
This commit is contained in:
parent
53d7b8f807
commit
50354a38e0
@ -52,7 +52,7 @@ int main(int argc, char* argv[]) {
|
|||||||
for (int i = 0; i < prob.size(); i++) {
|
for (int i = 0; i < prob.size(); i++) {
|
||||||
std::cout << "frame " << offset + i << " prob";
|
std::cout << "frame " << offset + i << " prob";
|
||||||
for (int j = 0; j < prob[i].size(); j++) {
|
for (int j = 0; j < prob[i].size(); j++) {
|
||||||
std::cout << " " << prob[i][0];
|
std::cout << " " << prob[i][j];
|
||||||
}
|
}
|
||||||
std::cout << std::endl;
|
std::cout << std::endl;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user