mirror of https://github.com/tracel-ai/burn.git
perf: ndarray features (#170)
This commit is contained in:
parent
9091363ada
commit
0d50ed0aea
|
@ -15,6 +15,9 @@ default = ["std"]
|
|||
|
||||
std = [
|
||||
"rand/std",
|
||||
"ndarray/std",
|
||||
"ndarray/rayon",
|
||||
"ndarray/matrixmultiply-threading",
|
||||
]
|
||||
|
||||
blas-netlib = ["ndarray/blas", "blas-src/netlib"]
|
||||
|
|
Loading…
Reference in New Issue