We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fefa9f commit ce63fb3Copy full SHA for ce63fb3
lib/NNlibCUDA/src/NNlibCUDA.jl
@@ -4,6 +4,8 @@ using NNlib
4
using CUDA
5
using Random, Statistics
6
7
+const IntOrIntTuple = Union{Integer, NTuple{N,<:Integer} where N}
8
+
9
include("upsample.jl")
10
include("batchedmul.jl")
11
include("scatter.jl")
0 commit comments