Commit bd79b877 authored by Davis King's avatar Davis King

Minor change to avoid compiler warning

parent 8f0bda5f
......@@ -1585,7 +1585,7 @@ namespace dlib
static_assert(sample_expansion_factor >= 1,
"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& operator=(const add_tag_layer&) = default;
......
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