add batching/backends fill
This commit is contained in:
parent
088438aaa1
commit
de0edf9445
@ -12,6 +12,8 @@ makedocs(modules=[Flux],
|
|||||||
"Model Templates" => "models/templates.md",
|
"Model Templates" => "models/templates.md",
|
||||||
"Recurrence" => "models/recurrent.md",
|
"Recurrence" => "models/recurrent.md",
|
||||||
"Debugging" => "models/debugging.md"],
|
"Debugging" => "models/debugging.md"],
|
||||||
|
"Batching" => "batching.md",
|
||||||
|
"Backends" => "backends.md",
|
||||||
"In Action" => [
|
"In Action" => [
|
||||||
"Logistic Regression" => "examples/logreg.md"],
|
"Logistic Regression" => "examples/logreg.md"],
|
||||||
"Contributing & Help" => "contributing.md",
|
"Contributing & Help" => "contributing.md",
|
||||||
|
3
docs/src/backends.md
Normal file
3
docs/src/backends.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# Batching
|
||||||
|
|
||||||
|
[WIP]
|
3
docs/src/batching.md
Normal file
3
docs/src/batching.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# Batching
|
||||||
|
|
||||||
|
[WIP]
|
Loading…
Reference in New Issue
Block a user