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

Public Types

typedef Record_Type Type
 

Public Member Functions

 Record (const Record &from)
 
Recordoperator= (const Record &from)
 
const
::google::protobuf::UnknownFieldSet & 
unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (Record *other)
 
RecordNew () const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const Record &from)
 
void MergeFrom (const Record &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_type () const
 
void clear_type ()
 
inline::singa::Record_Type type () const
 
void set_type (::singa::Record_Type value)
 
bool has_image () const
 
void clear_image ()
 
const
::singa::SingleLabelImageRecord
image () const
 
inline::singa::SingleLabelImageRecord * mutable_image ()
 
inline::singa::SingleLabelImageRecord * release_image ()
 
void set_allocated_image (::singa::SingleLabelImageRecord *image)
 

Static Public Member Functions

static const
::google::protobuf::Descriptor * 
descriptor ()
 
static const Recorddefault_instance ()
 
static bool Type_IsValid (int value)
 
static const
::google::protobuf::EnumDescriptor * 
Type_descriptor ()
 
static const ::std::string & Type_Name (Type value)
 
static bool Type_Parse (const ::std::string &name, Type *value)
 

Static Public Attributes

static const Type kSingleLabelImage = Record_Type_kSingleLabelImage
 
static const Type Type_MIN
 
static const Type Type_MAX
 
static const int Type_ARRAYSIZE
 
static const int kTypeFieldNumber = 1
 
static const int kImageFieldNumber = 2
 

Friends

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

Member Data Documentation

const int singa::Record::Type_ARRAYSIZE
static
Initial value:
=
Record_Type_Type_ARRAYSIZE
const Type singa::Record::Type_MAX
static
Initial value:
=
Record_Type_Type_MAX
const Type singa::Record::Type_MIN
static
Initial value:
=
Record_Type_Type_MIN

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