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

Public Types

typedef LRNProto_NormRegion NormRegion
 

Public Member Functions

 LRNProto (const LRNProto &from)
 
LRNProtooperator= (const LRNProto &from)
 
const
::google::protobuf::UnknownFieldSet & 
unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (LRNProto *other)
 
LRNProtoNew () const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const LRNProto &from)
 
void MergeFrom (const LRNProto &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_local_size () const
 
void clear_local_size ()
 
inline::google::protobuf::uint32 local_size () const
 
void set_local_size (::google::protobuf::uint32 value)
 
bool has_alpha () const
 
void clear_alpha ()
 
float alpha () const
 
void set_alpha (float value)
 
bool has_beta () const
 
void clear_beta ()
 
float beta () const
 
void set_beta (float value)
 
bool has_norm_region () const
 
void clear_norm_region ()
 
inline::singa::LRNProto_NormRegion norm_region () const
 
void set_norm_region (::singa::LRNProto_NormRegion value)
 
bool has_knorm () const
 
void clear_knorm ()
 
float knorm () const
 
void set_knorm (float value)
 

Static Public Member Functions

static const
::google::protobuf::Descriptor * 
descriptor ()
 
static const LRNProtodefault_instance ()
 
static bool NormRegion_IsValid (int value)
 
static const
::google::protobuf::EnumDescriptor * 
NormRegion_descriptor ()
 
static const ::std::string & NormRegion_Name (NormRegion value)
 
static bool NormRegion_Parse (const ::std::string &name, NormRegion *value)
 

Static Public Attributes

static const NormRegion ACROSS_CHANNELS = LRNProto_NormRegion_ACROSS_CHANNELS
 
static const NormRegion WITHIN_CHANNEL = LRNProto_NormRegion_WITHIN_CHANNEL
 
static const NormRegion NormRegion_MIN
 
static const NormRegion NormRegion_MAX
 
static const int NormRegion_ARRAYSIZE
 
static const int kLocalSizeFieldNumber = 1
 
static const int kAlphaFieldNumber = 2
 
static const int kBetaFieldNumber = 3
 
static const int kNormRegionFieldNumber = 4
 
static const int kKnormFieldNumber = 5
 

Friends

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

Member Data Documentation

const int singa::LRNProto::NormRegion_ARRAYSIZE
static
Initial value:
=
LRNProto_NormRegion_NormRegion_ARRAYSIZE
const NormRegion singa::LRNProto::NormRegion_MAX
static
Initial value:
=
LRNProto_NormRegion_NormRegion_MAX
const NormRegion singa::LRNProto::NormRegion_MIN
static
Initial value:
=
LRNProto_NormRegion_NormRegion_MIN

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