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
537da11f
Commit
537da11f
authored
Jan 08, 2016
by
Davis King
Browse files
merged
parents
f47620c1
63734971
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dlib/statistics/running_gradient.h
dlib/statistics/running_gradient.h
+1
-1
No files found.
dlib/statistics/running_gradient.h
View file @
537da11f
...
@@ -126,7 +126,7 @@ namespace dlib
...
@@ -126,7 +126,7 @@ namespace dlib
serialize
(
item
.
residual_squared
,
out
);
serialize
(
item
.
residual_squared
,
out
);
}
}
friend
void
deserialize
(
running_gradient
&
item
,
std
::
o
stream
&
in
)
friend
void
deserialize
(
running_gradient
&
item
,
std
::
i
stream
&
in
)
{
{
int
version
=
0
;
int
version
=
0
;
deserialize
(
version
,
in
);
deserialize
(
version
,
in
);
...
...
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