Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
christiangnrd committed Jan 4, 2025
1 parent 0d3ba2f commit f7b5d69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/BNNS/BNNS.jl
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ function rand! end
function randn! end
function seed! end

end
end
1 change: 1 addition & 0 deletions test/BNNS.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
using .BNNS
const RAND_TYPES = [BFloat16, Float16, Float32, Int8, UInt8, Int16, UInt16, Int32, UInt32, Int64,
UInt64]
const RANDN_TYPES = [BFloat16, Float16, Float32]
Expand Down

0 comments on commit f7b5d69

Please sign in to comment.