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

Public Member Functions

 ZmqSocket (int type)
 
void Bind (const string &addr)
 
void Unbind (const string &addr)
 
void Connect (const string &addr)
 
void Disconnect (const string &addr)
 
int Send (const string &msg, int flags)
 
int SendTillSuccess (const string &msg, int flags)
 
int Recv (ZmqMessage *msg)
 
int RecvTillSuccess (ZmqMessage *msg)
 

Detailed Description

Definition at line 54 of file zmq_helper.h.


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