Skip to content

Commit

Permalink
fix: Update the call
Browse files Browse the repository at this point in the history
Signed-off-by: Anurag Dixit <a.dixit91@gmail.com>
  • Loading branch information
andi4191 committed May 10, 2022
1 parent f36a8c6 commit 99d1f32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/conversion/converters/impl/select.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ auto select_registrations TORCHTRT_UNUSED =
}})
.pattern({"aten::split.sizes(Tensor(a -> *) self, int[] split_size, int dim=0) -> (Tensor[])",
[](ConversionCtx* ctx, const torch::jit::Node* n, args& args) -> bool {
add_split(ctx, n, args, true);
add_split(ctx, n, args, true, false);
LOG_DEBUG("Converted split op into a list of IValues");
return true;
}})
Expand Down

0 comments on commit 99d1f32

Please sign in to comment.