Skip to content

Commit 223dfd1

Browse files
committed
chore: remove commented out code
Signed-off-by: Naren Dasan <[email protected]> Signed-off-by: Naren Dasan <[email protected]>
1 parent 09e032c commit 223dfd1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/compiler.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,6 @@ std::string ConvertGraphToTRTEngine(const torch::jit::script::Module& mod, std::
394394
auto params = graph_and_parameters.second;
395395
auto static_params = ir::get_static_params(g->inputs(), params);
396396
// Infer the type of an input from the weights of the calculation
397-
// auto first_use_types = ir::get_block_first_calc_dtypes_opt(g->block());
398397
auto first_use_types = ir::get_block_first_calc_dtypes_opt_collection(g->block());
399398

400399
MapInputsAndDetermineDTypes(cfg, g, static_params, first_use_types);

0 commit comments

Comments
 (0)