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

Public Types

typedef PoolingProto_PoolMethod PoolMethod
 

Public Member Functions

 PoolingProto (const PoolingProto &from)
 
PoolingProtooperator= (const PoolingProto &from)
 
const
::google::protobuf::UnknownFieldSet & 
unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (PoolingProto *other)
 
PoolingProtoNew () const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const PoolingProto &from)
 
void MergeFrom (const PoolingProto &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_pool () const
 
void clear_pool ()
 
inline::singa::PoolingProto_PoolMethod pool () const
 
void set_pool (::singa::PoolingProto_PoolMethod value)
 
bool has_kernel () const
 
void clear_kernel ()
 
inline::google::protobuf::uint32 kernel () const
 
void set_kernel (::google::protobuf::uint32 value)
 
bool has_pad () const
 
void clear_pad ()
 
inline::google::protobuf::uint32 pad () const
 
void set_pad (::google::protobuf::uint32 value)
 
bool has_stride () const
 
void clear_stride ()
 
inline::google::protobuf::uint32 stride () const
 
void set_stride (::google::protobuf::uint32 value)
 

Static Public Member Functions

static const
::google::protobuf::Descriptor * 
descriptor ()
 
static const PoolingProtodefault_instance ()
 
static bool PoolMethod_IsValid (int value)
 
static const
::google::protobuf::EnumDescriptor * 
PoolMethod_descriptor ()
 
static const ::std::string & PoolMethod_Name (PoolMethod value)
 
static bool PoolMethod_Parse (const ::std::string &name, PoolMethod *value)
 

Static Public Attributes

static const PoolMethod MAX = PoolingProto_PoolMethod_MAX
 
static const PoolMethod AVE = PoolingProto_PoolMethod_AVE
 
static const PoolMethod PoolMethod_MIN
 
static const PoolMethod PoolMethod_MAX
 
static const int PoolMethod_ARRAYSIZE
 
static const int kPoolFieldNumber = 1
 
static const int kKernelFieldNumber = 2
 
static const int kPadFieldNumber = 4
 
static const int kStrideFieldNumber = 3
 

Friends

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

Member Data Documentation

const int singa::PoolingProto::PoolMethod_ARRAYSIZE
static
Initial value:
=
PoolingProto_PoolMethod_PoolMethod_ARRAYSIZE
const PoolMethod singa::PoolingProto::PoolMethod_MAX
static
Initial value:
=
PoolingProto_PoolMethod_PoolMethod_MAX
const PoolMethod singa::PoolingProto::PoolMethod_MIN
static
Initial value:
=
PoolingProto_PoolMethod_PoolMethod_MIN

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