Add the topological sort for backprop.

This commit is contained in:
laurent
2023-06-20 19:15:39 +01:00
parent 671bcf060e
commit 9ff8d2076a
3 changed files with 58 additions and 1 deletions

5
.cargo/config.toml Normal file
View File

@ -0,0 +1,5 @@
[target.x86_64-unknown-linux-gnu]
rustflags = ["-C", "target-cpu=native"]
[target.aarch64-apple-darwin]
rustflags = ["-C", "target-cpu=native"]