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
bd79b877
Commit
bd79b877
authored
Mar 27, 2016
by
Davis King
Browse files
Minor change to avoid compiler warning
parent
8f0bda5f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dlib/dnn/core.h
dlib/dnn/core.h
+1
-1
No files found.
dlib/dnn/core.h
View file @
bd79b877
...
@@ -1585,7 +1585,7 @@ namespace dlib
...
@@ -1585,7 +1585,7 @@ namespace dlib
static_assert
(
sample_expansion_factor
>=
1
,
static_assert
(
sample_expansion_factor
>=
1
,
"The input layer can't produce fewer output tensors than there are inputs."
);
"The input layer can't produce fewer output tensors than there are inputs."
);
add_tag_layer
()
:
gradient_input_is_stale
(
true
)
,
cached_output_ptr
(
nullptr
)
{}
add_tag_layer
()
:
cached_output_ptr
(
nullptr
),
gradient_input_is_stale
(
true
)
{}
add_tag_layer
(
const
add_tag_layer
&
)
=
default
;
add_tag_layer
(
const
add_tag_layer
&
)
=
default
;
add_tag_layer
&
operator
=
(
const
add_tag_layer
&
)
=
default
;
add_tag_layer
&
operator
=
(
const
add_tag_layer
&
)
=
default
;
...
...
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