mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Fix typo in input_layer documentation (#2725)
This commit is contained in:
parent
73a1c2f4fc
commit
e006bfe5e8
@ -1758,7 +1758,7 @@ namespace dlib
|
||||
- net_type is an object of type add_layer, add_loss_layer, add_skip_layer, repeat, or
|
||||
add_tag_layer.
|
||||
ensures
|
||||
- returns the input later of the given network object. This is the same as just calling
|
||||
- returns the input layer of the given network object. This is the same as just calling
|
||||
net.input_layer().
|
||||
!*/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user