Skip to content

Commit 0ad3b17

Browse files
authored
Feat: Add RNNs forward and backward passes (#32)
* Add Dropout and begin to work on RNNs * Add RNNs basic functionalities * Add RNNs
1 parent ce66c03 commit 0ad3b17

23 files changed

+1658
-322
lines changed

crates/cudnn/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ name = "cudnn"
55
version = "0.1.0"
66

77
[dependencies]
8+
bitflags = "1.3.2"
89
cust = {version = "0.2.2", path = "../cust"}

0 commit comments

Comments
 (0)