Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
43f6cd77
Commit
43f6cd77
authored
Jan 31, 2016
by
Davis King
Browse files
Minor cleanup
parent
99ce564b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
dlib/dnn/core_abstract.h
dlib/dnn/core_abstract.h
+6
-3
No files found.
dlib/dnn/core_abstract.h
View file @
43f6cd77
...
@@ -1135,7 +1135,8 @@ namespace dlib
...
@@ -1135,7 +1135,8 @@ namespace dlib
);
);
/*!
/*!
requires
requires
- net_type is an object of type add_layer, add_loss_layer, add_skip_layer, or add_tag_layer.
- net_type is an object of type add_layer, add_loss_layer, add_skip_layer, or
add_tag_layer.
ensures
ensures
- This function chains together i calls to n.subnet() and returns the
- This function chains together i calls to n.subnet() and returns the
result. So for example:
result. So for example:
...
@@ -1160,7 +1161,8 @@ namespace dlib
...
@@ -1160,7 +1161,8 @@ namespace dlib
);
);
/*!
/*!
requires
requires
- net_type is an object of type add_layer, add_loss_layer, add_skip_layer, or add_tag_layer.
- net_type is an object of type add_layer, add_loss_layer, add_skip_layer, or
add_tag_layer.
ensures
ensures
- returns the first layer in n that is of type Match. E.g. if net_type is
- returns the first layer in n that is of type Match. E.g. if net_type is
fc<relu<fc<input<sample_type>>>> then calling layer<relu>(n) would return
fc<relu<fc<input<sample_type>>>> then calling layer<relu>(n) would return
...
@@ -1177,7 +1179,8 @@ namespace dlib
...
@@ -1177,7 +1179,8 @@ namespace dlib
);
);
/*!
/*!
requires
requires
- net_type is an object of type add_layer, add_loss_layer, add_skip_layer, or add_tag_layer.
- net_type is an object of type add_layer, add_loss_layer, add_skip_layer, or
add_tag_layer.
ensures
ensures
- returns layer<i>(layer<Match>(n))
- returns layer<i>(layer<Match>(n))
!*/
!*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment