Apache SINGA
A distributed deep learning platform .
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Macros
Public Member Functions | Static Public Member Functions | Static Public Attributes | Friends | List of all members
singa::BlobProtos Class Reference
Inheritance diagram for singa::BlobProtos:

Public Member Functions

 BlobProtos (const BlobProtos &from)
 
BlobProtosoperator= (const BlobProtos &from)
 
const
::google::protobuf::UnknownFieldSet & 
unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (BlobProtos *other)
 
BlobProtosNew () const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const BlobProtos &from)
 
void MergeFrom (const BlobProtos &from)
 
void Clear ()
 
bool IsInitialized () const
 
int ByteSize () const
 
bool MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input)
 
void SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const
 
::google::protobuf::uint8 * SerializeWithCachedSizesToArray (::google::protobuf::uint8 *output) const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
int blobs_size () const
 
void clear_blobs ()
 
const ::singa::BlobProtoblobs (int index) const
 
inline::singa::BlobProto * mutable_blobs (int index)
 
inline::singa::BlobProto * add_blobs ()
 
const
::google::protobuf::RepeatedPtrField
< ::singa::BlobProto > & 
blobs () const
 
inline::google::protobuf::RepeatedPtrField
< ::singa::BlobProto > * 
mutable_blobs ()
 
int ids_size () const
 
void clear_ids ()
 
inline::google::protobuf::int32 ids (int index) const
 
void set_ids (int index,::google::protobuf::int32 value)
 
void add_ids (::google::protobuf::int32 value)
 
const
::google::protobuf::RepeatedField
< ::google::protobuf::int32 > & 
ids () const
 
inline::google::protobuf::RepeatedField
< ::google::protobuf::int32 > * 
mutable_ids ()
 
int names_size () const
 
void clear_names ()
 
const ::std::string & names (int index) const
 
inline::std::string * mutable_names (int index)
 
void set_names (int index, const ::std::string &value)
 
void set_names (int index, const char *value)
 
void set_names (int index, const char *value, size_t size)
 
inline::std::string * add_names ()
 
void add_names (const ::std::string &value)
 
void add_names (const char *value)
 
void add_names (const char *value, size_t size)
 
const
::google::protobuf::RepeatedPtrField
< ::std::string > & 
names () const
 
inline::google::protobuf::RepeatedPtrField
< ::std::string > * 
mutable_names ()
 

Static Public Member Functions

static const
::google::protobuf::Descriptor * 
descriptor ()
 
static const BlobProtosdefault_instance ()
 

Static Public Attributes

static const int kBlobsFieldNumber = 1
 
static const int kIdsFieldNumber = 2
 
static const int kNamesFieldNumber = 3
 

Friends

void protobuf_AddDesc_model_2eproto ()
 
void protobuf_AssignDesc_model_2eproto ()
 
void protobuf_ShutdownFile_model_2eproto ()
 

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