Skip to content

Commit ce63fb3

Browse files
committed
add IntOrIntTuple
1 parent 9fefa9f commit ce63fb3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/NNlibCUDA/src/NNlibCUDA.jl

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ using NNlib
44
using CUDA
55
using Random, Statistics
66

7+
const IntOrIntTuple = Union{Integer, NTuple{N,<:Integer} where N}
8+
79
include("upsample.jl")
810
include("batchedmul.jl")
911
include("scatter.jl")

0 commit comments

Comments
 (0)