package caffe

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

message ArgMaxParameter

caffe.proto:206

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

Message that stores parameters used by ConcatLayer

Used in: LayerParameter

message ConvolutionParameter

caffe.proto:220

Message that stores parameters used by ConvolutionLayer

Used in: LayerParameter

message DataParameter

caffe.proto:232

Message that stores parameters used by DataLayer

Used in: LayerParameter

enum DataParameter.DB

caffe.proto:233

Used in: DataParameter

message Datum

caffe.proto:20

message DropoutParameter

caffe.proto:259

Message that stores parameters used by DropoutLayer

Used in: LayerParameter

message DummyDataParameter

caffe.proto:266

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

Message that stores parameters used by EltwiseLayer

Used in: LayerParameter

enum EltwiseParameter.EltwiseOp

caffe.proto:283

Used in: EltwiseParameter

message FillerParameter

caffe.proto:31

Used in: ConvolutionParameter, DummyDataParameter, InnerProductParameter, V0LayerParameter

message HDF5DataParameter

caffe.proto:297

Message that stores parameters used by HDF5DataLayer

Used in: LayerParameter

message HDF5OutputParameter

caffe.proto:305

Message that stores parameters used by HDF5OutputLayer

Used in: LayerParameter, V0LayerParameter

message HingeLossParameter

caffe.proto:309

Used in: LayerParameter

enum HingeLossParameter.Norm

caffe.proto:310

Used in: HingeLossParameter

message ImageDataParameter

caffe.proto:319

Message that stores parameters used by ImageDataLayer

Used in: LayerParameter

message InfogainLossParameter

caffe.proto:349

Message that stores parameters InfogainLossLayer

Used in: LayerParameter

message InnerProductParameter

caffe.proto:355

Message that stores parameters used by InnerProductLayer

Used in: LayerParameter

message LRNParameter

caffe.proto:363

Message that stores parameters used by LRNLayer

Used in: LayerParameter

enum LRNParameter.NormRegion

caffe.proto:367

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: 27 (last added: dummy_data_param)

Used in: NetParameter, NetParameterPrettyPrint

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: 33 (last added: DUMMY_DATA)

Used in: LayerParameter

message MemoryDataParameter

caffe.proto:375

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

Message that stores parameters used by PoolingLayer

Used in: LayerParameter

enum PoolingParameter.PoolMethod

caffe.proto:384

Used in: PoolingParameter

message PowerParameter

caffe.proto:398

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 ThresholdParameter

caffe.proto:292

Message that stores parameters used by ThresholdLayer

Used in: LayerParameter

message V0LayerParameter

caffe.proto:437

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

Used in: V0LayerParameter

message WindowDataParameter

caffe.proto:406

Message that stores parameters used by WindowDataLayer

Used in: LayerParameter