Caffe
|
Public Member Functions | |
Body (const LayerParameter ¶m) | |
![]() | |
void | StartInternalThread () |
void | StopInternalThread () |
bool | is_started () const |
Protected Member Functions | |
void | InternalThreadEntry () |
void | read_one (db::Cursor *cursor, QueuePair *qp) |
DISABLE_COPY_AND_ASSIGN (Body) | |
![]() | |
bool | must_stop () |
Protected Attributes | |
const LayerParameter | param_ |
BlockingQueue< shared_ptr< QueuePair > > | new_queue_pairs_ |
Friends | |
class | DataReader |