Commit 658927b3 authored by Davis King's avatar Davis King

clarified spec

parent 2516cac5
...@@ -568,7 +568,7 @@ namespace dlib ...@@ -568,7 +568,7 @@ namespace dlib
to store intermediate results for normalization. This avoids to store intermediate results for normalization. This avoids
needing to reallocate it every time this object performs normalization needing to reallocate it every time this object performs normalization
but also makes it non-thread safe. So make sure you don't share but also makes it non-thread safe. So make sure you don't share
this object between threads. instances of this object between threads.
!*/ !*/
public: public:
...@@ -724,7 +724,7 @@ namespace dlib ...@@ -724,7 +724,7 @@ namespace dlib
to store intermediate results for normalization. This avoids to store intermediate results for normalization. This avoids
needing to reallocate it every time this object performs normalization needing to reallocate it every time this object performs normalization
but also makes it non-thread safe. So make sure you don't share but also makes it non-thread safe. So make sure you don't share
this object between threads. instances of this object between threads.
!*/ !*/
public: public:
......
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