minor fix

This commit is contained in:
carlushuang
2024-03-04 21:11:53 +00:00
parent a83c181bb2
commit f549bb5d39
2 changed files with 8 additions and 8 deletions

View File

@@ -31,7 +31,7 @@ get_slice_tile(const tile_window_with_static_lengths<BottomTensorView_, WindowLe
constexpr auto slice_lengths = slice_ends - slice_begins;
return make_tile_window(tile.GetBottomTensorView(),
return make_tile_window(tile.get_bottom_tensor_view(),
sequence_to_tuple_of_number(slice_lengths),
to_multi_index(slice_begins));
}