We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3d4144 commit 0f95565Copy full SHA for 0f95565
core/conversion/evaluators/aten.cpp
@@ -127,8 +127,6 @@ auto aten_registrations TRTORCH_UNUSED =
127
}
128
129
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;
132
return out_tensor;
133
}})
134
.evaluator({c10::Symbol::fromQualString("aten::slice"),
0 commit comments