mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Clarified spec
This commit is contained in:
parent
9e54a2088a
commit
a0febe7f69
@ -27,8 +27,9 @@ namespace dlib
|
||||
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.
|
||||
to_tensor() must be thread safe. That is, multiple threads must be able to
|
||||
make calls to to_tensor() on a single instance of this object at the same
|
||||
time.
|
||||
!*/
|
||||
public:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user