"tests/git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "32f12ee19ed684be2f1e9d26789fc7c43b9b8cc6"
Commit 03995313 authored by Davis King's avatar Davis King
Browse files

Minor change to avoid compiler warnings.

parent 545fe6c9
...@@ -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),
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment