mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Added comments about thread safety requirements.
This commit is contained in:
parent
32ebe06e79
commit
7dc61eaf10
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user