Clarified spec

This commit is contained in:
Davis King 2017-09-05 06:16:32 -04:00
parent 9e54a2088a
commit a0febe7f69

View File

@ -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: