Skip to content

Commit

Permalink
add IntOrIntTuple
Browse files Browse the repository at this point in the history
  • Loading branch information
yuehhua committed Mar 25, 2021
1 parent 9fefa9f commit ce63fb3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/NNlibCUDA/src/NNlibCUDA.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ using NNlib
using CUDA
using Random, Statistics

const IntOrIntTuple = Union{Integer, NTuple{N,<:Integer} where N}

include("upsample.jl")
include("batchedmul.jl")
include("scatter.jl")
Expand Down

0 comments on commit ce63fb3

Please sign in to comment.