Skip to content

Commit ea76be7

Browse files
committed
move include
1 parent 52fcf99 commit ea76be7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/NNlib.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ include("softmax.jl")
3737
export softmax, softmax!, ∇softmax, ∇softmax!, logsoftmax,
3838
logsoftmax!, ∇logsoftmax, ∇logsoftmax!, logsumexp
3939

40+
include("batched/batchedadjtrans.jl")
4041
include("batched/batchedmul.jl")
4142
export batched_mul, batched_mul!, , batched_vec,
4243
batched_transpose, batched_adjoint

src/batched/batchedmul.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
include("./batchedadjtrans.jl")
2-
31
using LinearAlgebra: BlasFloat, Transpose, Adjoint, AdjOrTransAbsMat
42

53
_unbatch(A) = A

0 commit comments

Comments
 (0)