diff --git a/dlib/dnn/layers_abstract.h b/dlib/dnn/layers_abstract.h index d27183cce..4c2ebfdfc 100644 --- a/dlib/dnn/layers_abstract.h +++ b/dlib/dnn/layers_abstract.h @@ -316,7 +316,7 @@ namespace dlib // easily composed. Moreover, the convention is that the layer class ends with an _ // while the add_layer template has the same name but without the trailing _. template - using EXAMPLE_LAYER = add_layer; + using EXAMPLE_COMPUTATIONAL_LAYER = add_layer; // ---------------------------------------------------------------------------------------- // ----------------------------------------------------------------------------------------