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::BlobProto Class Reference
Inheritance diagram for singa::BlobProto:

Public Member Functions

 BlobProto (const BlobProto &from)
 
BlobProtooperator= (const BlobProto &from)
 
const
::google::protobuf::UnknownFieldSet & 
unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (BlobProto *other)
 
BlobProtoNew () const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const BlobProto &from)
 
void MergeFrom (const BlobProto &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
 
bool has_num () const
 
void clear_num ()
 
inline::google::protobuf::int32 num () const
 
void set_num (::google::protobuf::int32 value)
 
bool has_channels () const
 
void clear_channels ()
 
inline::google::protobuf::int32 channels () const
 
void set_channels (::google::protobuf::int32 value)
 
bool has_height () const
 
void clear_height ()
 
inline::google::protobuf::int32 height () const
 
void set_height (::google::protobuf::int32 value)
 
bool has_width () const
 
void clear_width ()
 
inline::google::protobuf::int32 width () const
 
void set_width (::google::protobuf::int32 value)
 
int data_size () const
 
void clear_data ()
 
float data (int index) const
 
void set_data (int index, float value)
 
void add_data (float value)
 
const
::google::protobuf::RepeatedField
< float > & 
data () const
 
inline::google::protobuf::RepeatedField
< float > * 
mutable_data ()
 
int diff_size () const
 
void clear_diff ()
 
float diff (int index) const
 
void set_diff (int index, float value)
 
void add_diff (float value)
 
const
::google::protobuf::RepeatedField
< float > & 
diff () const
 
inline::google::protobuf::RepeatedField
< float > * 
mutable_diff ()
 

Static Public Member Functions

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

Static Public Attributes

static const int kNumFieldNumber = 1
 
static const int kChannelsFieldNumber = 2
 
static const int kHeightFieldNumber = 3
 
static const int kWidthFieldNumber = 4
 
static const int kDataFieldNumber = 5
 
static const int kDiffFieldNumber = 6
 

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: