Commit 7dc61eaf authored by Davis King's avatar Davis King

Added comments about thread safety requirements.

parent 32ebe06e
......@@ -25,6 +25,10 @@ namespace dlib
If you are using some kind of image or matrix object as your input_type
then you can use the provided dlib::input layer defined below. Otherwise,
you need to define your own custom input layer.
THREAD SAFETY
Input layer objects must be thread safe. That is, multiple threads must be
able to make calls to a single instance at the same time.
!*/
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