Skip to content

Commit 90564dc

Browse files
authored
Update NNlib.jl
1 parent 53925ec commit 90564dc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/NNlib.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ using Statistics
1010
using Statistics: mean
1111
using LinearAlgebra
1212
using LinearAlgebra: BlasFloat, Transpose, Adjoint, AdjOrTransAbsMat
13-
using LinearAlgebra.BLAS: libblas, BlasInt, @blasfunc
13+
using LinearAlgebra.BLAS: BlasInt, @blasfunc
14+
15+
const libblas = Base.libblas_name
1416

1517
const IntOrIntTuple = Union{Integer, NTuple{N,<:Integer} where N}
1618
const Numeric = Union{AbstractArray{<:T}, T} where {T<:Number}

0 commit comments

Comments
 (0)