package caffe

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

message AccuracyParameter

caffe.proto:221

Message that stores parameters used by AccuracyLayer

Used in: LayerParameter

message ArgMaxParameter

caffe.proto:229

Message that stores parameters used by ArgMaxLayer

Used in: LayerParameter

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:235

Message that stores parameters used by ConcatLayer

Used in: LayerParameter

message ConvolutionParameter

caffe.proto:243

Message that stores parameters used by ConvolutionLayer

Used in: LayerParameter

message DataParameter

caffe.proto:255

Message that stores parameters used by DataLayer

Used in: LayerParameter

enum DataParameter.DB

caffe.proto:256

Used in: DataParameter

message Datum

caffe.proto:20

message DropoutParameter

caffe.proto:282

Message that stores parameters used by DropoutLayer

Used in: LayerParameter

message DummyDataParameter

caffe.proto:289

Message that stores parameters used by DummyDataLayer. DummyDataLayer fills any number of arbitrarily shaped blobs with random (or constant) data generated by "Fillers" (see "message FillerParameter").

Used in: LayerParameter

message EltwiseParameter

caffe.proto:305

Message that stores parameters used by EltwiseLayer

Used in: LayerParameter

enum EltwiseParameter.EltwiseOp

caffe.proto:306

Used in: EltwiseParameter

message FillerParameter

caffe.proto:31

Used in: ConvolutionParameter, DummyDataParameter, InnerProductParameter, V0LayerParameter

message HDF5DataParameter

caffe.proto:320

Message that stores parameters used by HDF5DataLayer

Used in: LayerParameter

message HDF5OutputParameter

caffe.proto:328

Message that stores parameters used by HDF5OutputLayer

Used in: LayerParameter, V0LayerParameter

message HingeLossParameter

caffe.proto:332

Used in: LayerParameter

enum HingeLossParameter.Norm

caffe.proto:333

Used in: HingeLossParameter

message ImageDataParameter

caffe.proto:342

Message that stores parameters used by ImageDataLayer

Used in: LayerParameter

message InfogainLossParameter

caffe.proto:369

Message that stores parameters InfogainLossLayer

Used in: LayerParameter

message InnerProductParameter

caffe.proto:375

Message that stores parameters used by InnerProductLayer

Used in: LayerParameter

message LRNParameter

caffe.proto:383

Message that stores parameters used by LRNLayer

Used in: LayerParameter

enum LRNParameter.NormRegion

caffe.proto:387

Used in: LRNParameter

message LayerParameter

caffe.proto:119

NOTE Update the next available ID when you add a new LayerParameter field. LayerParameter next available ID: 31 (last added: spatial_pyramid_pooling_param)

Used in: NetParameter, NetParameterPrettyPrint

enum LayerParameter.DimCheckMode

caffe.proto:180

Used in: LayerParameter

enum LayerParameter.LayerType

caffe.proto:131

NOTE 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: 34 (last added: SPATIAL_PYRAMID_POOLING)

Used in: LayerParameter

message MemoryDataParameter

caffe.proto:395

Message that stores parameters used by MemoryDataLayer

Used in: LayerParameter

message NetParameter

caffe.proto:44

Used in: SolverParameter

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:403

Message that stores parameters used by PoolingLayer

Used in: LayerParameter

enum PoolingParameter.PoolMethod

caffe.proto:404

Used in: PoolingParameter

message PowerParameter

caffe.proto:424

Message that stores parameters used by PowerLayer

Used in: LayerParameter

message SolverParameter

caffe.proto:59

enum SolverParameter.SolverMode

caffe.proto:95

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

Used in: SolverParameter

message SolverState

caffe.proto:109

A message that stores the solver snapshots

message SpatialPyramidPoolingParameter

caffe.proto:432

Message that stores parameters used by PoolingLayer

Used in: LayerParameter

enum SpatialPyramidPoolingParameter.PoolMethod

caffe.proto:433

Used in: SpatialPyramidPoolingParameter

message ThresholdParameter

caffe.proto:315

Message that stores parameters used by ThresholdLayer

Used in: LayerParameter

message V0LayerParameter

caffe.proto:477

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:491

Used in: V0LayerParameter

message WindowDataParameter

caffe.proto:446

Message that stores parameters used by WindowDataLayer

Used in: LayerParameter