Skip to content

Commit 0f95565

Browse files
committed
refactor(aten::zeros): Remove debug statements
Signed-off-by: Naren Dasan <[email protected]> Signed-off-by: Naren Dasan <[email protected]>
1 parent a3d4144 commit 0f95565

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

core/conversion/evaluators/aten.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,6 @@ auto aten_registrations TRTORCH_UNUSED =
127127
}
128128

129129
auto out_tensor = torch::zeros(args.at(n->input(0)).unwrapToIntList().vec(), options);
130-
std::cout << out_tensor << std::endl;
131-
std::cout << out_tensor.sizes() << std::endl;
132130
return out_tensor;
133131
}})
134132
.evaluator({c10::Symbol::fromQualString("aten::slice"),

0 commit comments

Comments
 (0)