We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d8b9b41 + 19372ca commit 172549cCopy full SHA for 172549c
src/NNlib.jl
@@ -10,7 +10,9 @@ using Statistics
10
using Statistics: mean
11
using LinearAlgebra
12
using LinearAlgebra: BlasFloat, Transpose, Adjoint, AdjOrTransAbsMat
13
-using LinearAlgebra.BLAS: libblas, BlasInt, @blasfunc
+using LinearAlgebra.BLAS: BlasInt, @blasfunc
14
+
15
+const libblas = Base.libblas_name
16
17
const IntOrIntTuple = Union{Integer, NTuple{N,<:Integer} where N}
18
const Numeric = Union{AbstractArray{<:T}, T} where {T<:Number}
0 commit comments