Commit a0febe7f authored by Davis King's avatar Davis King

Clarified spec

parent 9e54a208
...@@ -27,8 +27,9 @@ namespace dlib ...@@ -27,8 +27,9 @@ namespace dlib
you need to define your own custom input layer. you need to define your own custom input layer.
THREAD SAFETY THREAD SAFETY
Input layer objects must be thread safe. That is, multiple threads must be to_tensor() must be thread safe. That is, multiple threads must be able to
able to make calls to a single instance at the same time. make calls to to_tensor() on a single instance of this object at the same
time.
!*/ !*/
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