package caffe

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message BlobProto

caffe.proto:5

Used in: BlobProtoVector, LayerParameter, SolverState, V0LayerParameter

message BlobProtoVector

caffe.proto:16

The BlobProtoVector is simply a way to pass multiple blobproto instances around.

message ConcatParameter

caffe.proto:188

Message that stores parameters used by ConcatLayer

Used in: LayerParameter

message ConvolutionParameter

caffe.proto:196

Message that stores parameters used by ConvolutionLayer

Used in: LayerParameter

message DataParameter

caffe.proto:208

Message that stores parameters used by DataLayer

Used in: LayerParameter

message Datum

caffe.proto:20

message DropoutParameter

caffe.proto:230

Message that stores parameters used by DropoutLayer

Used in: LayerParameter

message FillerParameter

caffe.proto:31

Used in: ConvolutionParameter, InnerProductParameter, V0LayerParameter

message HDF5DataParameter

caffe.proto:235

Message that stores parameters used by HDF5DataLayer

Used in: LayerParameter

message HDF5OutputParameter

caffe.proto:243

Message that stores parameters used by HDF5OutputLayer

Used in: LayerParameter, V0LayerParameter

message ImageDataParameter

caffe.proto:248

Message that stores parameters used by ImageDataLayer

Used in: LayerParameter

message InfogainLossParameter

caffe.proto:275

Message that stores parameters InfogainLossLayer

Used in: LayerParameter

message InnerProductParameter

caffe.proto:281

Message that stores parameters used by InnerProductLayer

Used in: LayerParameter

message LRNParameter

caffe.proto:289

Message that stores parameters used by LRNLayer

Used in: LayerParameter

enum LRNParameter.NormRegion

caffe.proto:293

Used in: LRNParameter

message LayerParameter

caffe.proto:107

Update the next available ID when you add a new LayerParameter field. LayerParameter next available ID: 23 (last added: memory_data_param)

Used in: NetParameter, NetParameterPrettyPrint

enum LayerParameter.LayerType

caffe.proto:118

Add new LayerTypes to the enum below in lexicographical order (other than starting with NONE), starting with the next available ID in the comment line above the enum. Update the next available ID when you add a new LayerType. LayerType next available ID: 32 (last added: PI_WINDOW_DATA)

Used in: LayerParameter

message MemoryDataParameter

caffe.proto:301

Message that stores parameters used by MemoryDataLayer

Used in: LayerParameter

message NetParameter

caffe.proto:44

message NetParameterPrettyPrint

caffe_pretty_print.proto:12

A near-duplicate of NetParameter with fields re-numbered to beautify automatic prototext dumps. The main practical purpose is to print inputs before layers, because having inputs at the end looks weird. NetParameterPrettyPrint should never be used in code except for conversion FROM NetParameter and subsequent dumping to proto text file.

message PoolingParameter

caffe.proto:309

Message that stores parameters used by PoolingLayer

Used in: LayerParameter

enum PoolingParameter.PoolMethod

caffe.proto:310

Used in: PoolingParameter

message PowerParameter

caffe.proto:323

Message that stores parameters used by PowerLayer

Used in: LayerParameter

message SolverParameter

caffe.proto:59

enum SolverParameter.SolverMode

caffe.proto:84

the mode solver will use: 0 for CPU and 1 for GPU. Use GPU in default.

Used in: SolverParameter

message SolverState

caffe.proto:98

A message that stores the solver snapshots

message V0LayerParameter

caffe.proto:362

DEPRECATED: V0LayerParameter is the old way of specifying layer parameters in Caffe. We keep this message type around for legacy support.

Used in: LayerParameter

enum V0LayerParameter.PoolMethod

caffe.proto:376

Used in: V0LayerParameter

message WindowDataParameter

caffe.proto:331

Message that stores parameters used by WindowDataLayer

Used in: LayerParameter