diff options
author | Ivar Flakstad <69173633+ivarflakstad@users.noreply.github.com> | 2024-01-07 11:52:03 +0100 |
---|---|---|
committer | Ivar Flakstad <69173633+ivarflakstad@users.noreply.github.com> | 2024-01-07 11:52:03 +0100 |
commit | 6ebe04327397ebf7c9400d68c43fede705f8ce75 (patch) | |
tree | 4e701ef55370cb6226593019f9e6daaf8ddf73b4 /candle-nn/src/lib.rs | |
parent | 6bf52b9fdf82ad775611e82924d73172660a605e (diff) | |
parent | 84250bf52f58528cf59dca3b82effd9f07a13cc7 (diff) | |
download | candle-6ebe04327397ebf7c9400d68c43fede705f8ce75.tar.gz candle-6ebe04327397ebf7c9400d68c43fede705f8ce75.tar.bz2 candle-6ebe04327397ebf7c9400d68c43fede705f8ce75.zip |
Merge branch 'main' into ivarflakstad/metal-prng
Diffstat (limited to 'candle-nn/src/lib.rs')
-rw-r--r-- | candle-nn/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/candle-nn/src/lib.rs b/candle-nn/src/lib.rs index 8f00e54c..6306c55a 100644 --- a/candle-nn/src/lib.rs +++ b/candle-nn/src/lib.rs @@ -2,6 +2,7 @@ pub mod activation; pub mod batch_norm; pub mod conv; pub mod embedding; +pub mod encoding; pub mod func; pub mod group_norm; pub mod init; |