Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #9 from LuxDL/auto-juliaformatter-pr
Browse files Browse the repository at this point in the history
Automatic JuliaFormatter.jl run
  • Loading branch information
avik-pal authored Mar 21, 2024
2 parents 4facdbb + 1130d0e commit 1911ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api.jl
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ TODO: Needs Documentation (take from NNlib.jl)
"""
batched_mul(A, B) = _batched_mul(A, B)

batched_mul!(C, A, B, α = true, β = false) = _batched_mul!(C, A, B, α, β)
batched_mul!(C, A, B, α=true, β=false) = _batched_mul!(C, A, B, α, β)

"""
batched_transpose(X::AbstractArray{T, 3}) where {T}
Expand Down

0 comments on commit 1911ccf

Please sign in to comment.