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

Public Member Functions

 ConvolutionProto (const ConvolutionProto &from)
 
ConvolutionProtooperator= (const ConvolutionProto &from)
 
const
::google::protobuf::UnknownFieldSet & 
unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (ConvolutionProto *other)
 
ConvolutionProtoNew () const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const ConvolutionProto &from)
 
void MergeFrom (const ConvolutionProto &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_filters () const
 
void clear_num_filters ()
 
inline::google::protobuf::uint32 num_filters () const
 
void set_num_filters (::google::protobuf::uint32 value)
 
bool has_bias_term () const
 
void clear_bias_term ()
 
bool bias_term () const
 
void set_bias_term (bool 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)
 
bool has_kernel () const
 
void clear_kernel ()
 
inline::google::protobuf::uint32 kernel () const
 
void set_kernel (::google::protobuf::uint32 value)
 

Static Public Member Functions

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

Static Public Attributes

static const int kNumFiltersFieldNumber = 1
 
static const int kBiasTermFieldNumber = 2
 
static const int kPadFieldNumber = 3
 
static const int kStrideFieldNumber = 4
 
static const int kKernelFieldNumber = 5
 

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: