Skip to content

Commit 7425a42

Browse files
committed
faaf
1 parent 3c35257 commit 7425a42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libtorch.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1566,7 +1566,7 @@ ModelInstanceState::ProcessRequests(
15661566
compute_start_ns, compute_end_ns, exec_end_ns),
15671567
"failed reporting batch request statistics");
15681568
}
1569-
std::cout << model_outputs_ << std::endl;
1569+
std::cout << output_tensors[0] << std::endl;
15701570
}
15711571

15721572
void

0 commit comments

Comments
 (0)