Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
olegranmo committed Oct 11, 2024
1 parent 2b4cd89 commit 5448532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmu/lib/src/ClauseBank.c
Original file line number Diff line number Diff line change
Expand Up @@ -1586,7 +1586,7 @@ void cb_calculate_spatio_temporal_features(
filter,
attention,
&Xi[patch*number_of_ta_chunks],
j == 0
(j == 0) && (d == 0) && (patch == 0)
);

if (d == 0 && j == 0 && patch == 0) {
Expand Down

0 comments on commit 5448532

Please sign in to comment.