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.
1 parent 53925ec commit 90564dcCopy full SHA for 90564dc
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