Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
nohzafk committed Aug 30, 2024
1 parent de4ed23 commit 04280a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/flat_tensor.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -1462,7 +1462,6 @@ pub fn argmax_1_numeric(
_i_out: Int,
_stride_out: Int,
) -> BitArray {

let #(max_i, _) =
list.index_fold(list.range(0, stride0 - 1), #(-1.0, 0.0), fn(acc, i, _) {
let #(_, max_val) = acc
Expand Down

0 comments on commit 04280a3

Please sign in to comment.