Caffe2 - C++ API
A deep learning, cross platform ML framework
Public Member Functions | Protected Attributes
caffe2::Converter Class Reference

Public Member Functions

void queue (const std::pair< std::string, int > &pair)
 
void start ()
 
std::string get ()
 
void run ()
 

Protected Attributes

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_
 

Detailed Description

Definition at line 69 of file make_image_db.cc.


The documentation for this class was generated from the following file: