Skip to content

Commit 19f7ee7

Browse files
committed
more create_bias somewhere more logical
1 parent e0971b4 commit 19f7ee7

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

docs/src/models/basics.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,5 +233,4 @@ Affine(3 => 1, bias=false, init=ones) |> gpu
233233

234234
```@docs
235235
Functors.@functor
236-
Flux.create_bias
237236
```

docs/src/utilities.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Flux.ones32
4242
Flux.zeros32
4343
Flux.rand32
4444
Flux.randn32
45+
Flux.create_bias
4546
```
4647

4748
These functions call:

0 commit comments

Comments
 (0)