Commit d2545493 authored by Davis King's avatar Davis King

renamed EXAMPLE_LAYER_ to EXAMPLE_COMPUTATIONAL_LAYER_

parent 79adbae2
...@@ -181,8 +181,8 @@ namespace dlib ...@@ -181,8 +181,8 @@ namespace dlib
{ {
/*! /*!
REQUIREMENTS ON LAYER_DETAILS REQUIREMENTS ON LAYER_DETAILS
- Must be a type that implements the EXAMPLE_LAYER_ interface defined in - Must be a type that implements the EXAMPLE_COMPUTATIONAL_LAYER_ interface
layers_abstract.h defined in layers_abstract.h
REQUIREMENTS ON SUBNET REQUIREMENTS ON SUBNET
- One of the following must be true: - One of the following must be true:
...@@ -1272,9 +1272,9 @@ namespace dlib ...@@ -1272,9 +1272,9 @@ namespace dlib
); );
/*! /*!
ensures ensures
- Checks if l correctly implements the EXAMPLE_LAYER_ interface defined in - Checks if l correctly implements the EXAMPLE_COMPUTATIONAL_LAYER_ interface
layers_abstract.h. Importantly, it computes numerical approximations to the defined in layers_abstract.h. Importantly, it computes numerical approximations
gradients and compares them to the outputs of the layer. to the gradients and compares them to the outputs of the layer.
- The results of the testing are returned. In particular, if the returned object - The results of the testing are returned. In particular, if the returned object
is RESULT then we will have: is RESULT then we will have:
- RESULT.was_good == false if and only if the layer failed the testing. - RESULT.was_good == false if and only if the layer failed the testing.
......
This diff is collapsed.
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