Skip to content

Commit f7b5d69

Browse files
committed
Fix
1 parent 0d3ba2f commit f7b5d69

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/BNNS/BNNS.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ function rand! end
4242
function randn! end
4343
function seed! end
4444

45-
end
45+
end

test/BNNS.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
using .BNNS
12
const RAND_TYPES = [BFloat16, Float16, Float32, Int8, UInt8, Int16, UInt16, Int32, UInt32, Int64,
23
UInt64]
34
const RANDN_TYPES = [BFloat16, Float16, Float32]

0 commit comments

Comments
 (0)