"git@developer.sourcefind.cn:change/sglang.git" did not exist on "89588179cfe4ab7c378b1a901a0e96ae4441de5a"
Commit 70920caa authored by Davis King's avatar Davis King
Browse files

made the spec more clear

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402561
parent 1fc848fc
......@@ -374,9 +374,11 @@ namespace dlib
matrix type
WHAT THIS OBJECT REPRESENTS
This object represents some sort of function object that
automatically normalizes its inputs using a vector_normalizer
object.
This object represents a container for another function
object and an instance of the vector_normalizer object.
It automatically noramlizes all inputs before passing them
off to the contained function object.
!*/
typedef typename function_type::scalar_type scalar_type;
......
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