From 088546f3f47ee85ee596ee5081c789fcea50564b Mon Sep 17 00:00:00 2001 From: Davis King Date: Sat, 16 Apr 2016 06:36:59 -0400 Subject: [PATCH] fixed typo --- dlib/dnn/layers_abstract.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; // ---------------------------------------------------------------------------------------- // ----------------------------------------------------------------------------------------