|
|
void | queue (const std::pair< std::string, int > &pair) |
| |
|
void | start () |
| |
|
std::string | get () |
| |
|
void | run () |
| |
|
|
TensorProtos | protos_ |
| |
|
TensorProto * | data_ |
| |
|
TensorProto * | label_ |
| |
|
std::queue< std::pair< std::string, int > > | in_ |
| |
|
std::queue< std::string > | out_ |
| |
|
std::mutex | mutex_ |
| |
|
std::condition_variable | cv_ |
| |
|
std::thread | thread_ |
| |
Definition at line 69 of file make_image_db.cc.
The documentation for this class was generated from the following file: