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
9a271f12
"git@developer.sourcefind.cn:OpenDAS/nerfacc.git" did not exist on "29c59cab0228b91117b360cf5a5d9bf80ee38572"
Commit
9a271f12
authored
May 09, 2013
by
Davis King
Browse files
Clarified spec
parent
cd319ec5
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
dlib/svm/assignment_function_abstract.h
dlib/svm/assignment_function_abstract.h
+2
-2
dlib/svm/sequence_labeler_abstract.h
dlib/svm/sequence_labeler_abstract.h
+2
-2
No files found.
dlib/svm/assignment_function_abstract.h
View file @
9a271f12
...
@@ -38,7 +38,7 @@ namespace dlib
...
@@ -38,7 +38,7 @@ namespace dlib
method of this class.
method of this class.
THREAD SAFETY
THREAD SAFETY
Instances of this object
should
be thread
safe, that is, it should
Instances of this object
are required to
be threadsafe, that is, it should
be safe for multiple threads to make concurrent calls to the member
be safe for multiple threads to make concurrent calls to the member
functions of this object.
functions of this object.
...
...
dlib/svm/sequence_labeler_abstract.h
View file @
9a271f12
...
@@ -36,7 +36,7 @@ namespace dlib
...
@@ -36,7 +36,7 @@ namespace dlib
method of this class.
method of this class.
THREAD SAFETY
THREAD SAFETY
Instances of this object
should
be thread
safe, that is, it should
Instances of this object
are required to
be threadsafe, that is, it should
be safe for multiple threads to make concurrent calls to the member
be safe for multiple threads to make concurrent calls to the member
functions of this object.
functions of this object.
!*/
!*/
...
...
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