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
03995313
"docs/git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "cc0513091a48915deb494129351088a827856650"
Commit
03995313
authored
Apr 08, 2016
by
Davis King
Browse files
Minor change to avoid compiler warnings.
parent
545fe6c9
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 @
03995313
...
@@ -562,8 +562,8 @@ namespace dlib
...
@@ -562,8 +562,8 @@ namespace dlib
add_layer
(
add_layer
(
const
add_layer
<
T
,
U
,
E
>&
item
const
add_layer
<
T
,
U
,
E
>&
item
)
:
)
:
subnetwork
(
new
subnet_type
(
item
.
subnet
())),
details
(
item
.
layer_details
()),
details
(
item
.
layer_details
()),
subnetwork
(
new
subnet_type
(
item
.
subnet
())),
this_layer_setup_called
(
item
.
this_layer_setup_called
),
this_layer_setup_called
(
item
.
this_layer_setup_called
),
gradient_input_is_stale
(
item
.
gradient_input_is_stale
),
gradient_input_is_stale
(
item
.
gradient_input_is_stale
),
get_output_and_gradient_input_disabled
(
item
.
get_output_and_gradient_input_disabled
),
get_output_and_gradient_input_disabled
(
item
.
get_output_and_gradient_input_disabled
),
...
...
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