Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
c9bd5309
Commit
c9bd5309
authored
Jan 26, 2013
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added missing const keywords
parent
633a9cdc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
structural_svm_problem.h
dlib/svm/structural_svm_problem.h
+1
-1
structural_svm_problem_threaded.h
dlib/svm/structural_svm_problem_threaded.h
+3
-3
No files found.
dlib/svm/structural_svm_problem.h
View file @
c9bd5309
...
...
@@ -349,7 +349,7 @@ namespace dlib
}
virtual
void
call_separation_oracle_on_all_samples
(
matrix_type
&
w
,
const
matrix_type
&
w
,
matrix_type
&
subgradient
,
scalar_type
&
total_loss
)
const
...
...
dlib/svm/structural_svm_problem_threaded.h
View file @
c9bd5309
...
...
@@ -47,7 +47,7 @@ namespace dlib
{
binder
(
const
structural_svm_problem_threaded
&
self_
,
matrix_type
&
w_
,
const
matrix_type
&
w_
,
matrix_type
&
subgradient_
,
scalar_type
&
total_loss_
,
bool
buffer_subgradients_locally_
...
...
@@ -102,7 +102,7 @@ namespace dlib
}
const
structural_svm_problem_threaded
&
self
;
matrix_type
&
w
;
const
matrix_type
&
w
;
matrix_type
&
subgradient
;
scalar_type
&
total_loss
;
bool
buffer_subgradients_locally
;
...
...
@@ -110,7 +110,7 @@ namespace dlib
virtual
void
call_separation_oracle_on_all_samples
(
matrix_type
&
w
,
const
matrix_type
&
w
,
matrix_type
&
subgradient
,
scalar_type
&
total_loss
)
const
...
...
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