Move to separate repo
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
[package]
|
||||
name = "feed_forward"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[[bin]]
|
||||
name = "feed_forward"
|
||||
path = "src/feed_forward.rs"
|
||||
|
||||
[dependencies]
|
||||
ndarray = { version = "0.15.0", features = ["rayon", "blas"] }
|
||||
blas-src = { version = "0.8", features = ["openblas"] }
|
||||
openblas-src = { version = "0.10", features = ["cblas", "system"] }
|
||||
ndarray-rand = "0.14.0"
|
||||
csv = "*"
|
||||
glob = "*"
|
||||
Reference in New Issue
Block a user