package caffe

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

message AccuracyParameter

caffe.proto:320

Message that stores parameters used by AccuracyLayer

Used in: LayerParameter

message ArgMaxParameter

caffe.proto:328

Message that stores parameters used by ArgMaxLayer

Used in: LayerParameter

message BinaryOutputParameter

caffe.proto:686

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

Message that stores parameters used by ConcatLayer

Used in: LayerParameter

message ConvolutionParameter

caffe.proto:343

Message that stores parameters used by ConvolutionLayer

Used in: LayerParameter

message DataParameter

caffe.proto:363

Message that stores parameters used by DataLayer

Used in: LayerParameter

enum DataParameter.DB

caffe.proto:364

Used in: DataParameter

message Datum

caffe.proto:20

message DropoutParameter

caffe.proto:390

Message that stores parameters used by DropoutLayer

Used in: LayerParameter

message DummyDataParameter

caffe.proto:397

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

Message that stores parameters used by EltwiseLayer

Used in: LayerParameter

enum EltwiseParameter.EltwiseOp

caffe.proto:414

Used in: EltwiseParameter

message FastWindowDataParameter

caffe.proto:649

Used in: LayerParameter

message FillerParameter

caffe.proto:31

Used in: ConvolutionParameter, DummyDataParameter, InnerProductParameter, V0LayerParameter

message HDF5DataParameter

caffe.proto:428

Message that stores parameters used by HDF5DataLayer

Used in: LayerParameter

message HDF5OutputParameter

caffe.proto:436

Message that stores parameters used by HDF5OutputLayer

Used in: LayerParameter, V0LayerParameter

message HingeLossParameter

caffe.proto:440

Used in: LayerParameter

enum HingeLossParameter.Norm

caffe.proto:441

Used in: HingeLossParameter

message ImageDataParameter

caffe.proto:450

Message that stores parameters used by ImageDataLayer

Used in: LayerParameter

message ImagedbDataParameter

caffe.proto:585

Message that stores parameters used by ImagedbDataLayer

Used in: LayerParameter

message InfogainLossParameter

caffe.proto:477

Message that stores parameters InfogainLossLayer

Used in: LayerParameter

message InnerProductParameter

caffe.proto:483

Message that stores parameters used by InnerProductLayer

Used in: LayerParameter

message LRNParameter

caffe.proto:491

Message that stores parameters used by LRNLayer

Used in: LayerParameter

enum LRNParameter.NormRegion

caffe.proto:495

Used in: LRNParameter

message LayerParameter

caffe.proto:184

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

Used in: NetParameter, NetParameterPrettyPrint

enum LayerParameter.DimCheckMode

caffe.proto:271

Used in: LayerParameter

enum LayerParameter.LayerType

caffe.proto:205

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: SLICE)

Used in: LayerParameter

message MemoryDataParameter

caffe.proto:503

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 NetState

caffe.proto:158

Used in: NetParameter, SolverParameter

message NetStateRule

caffe.proto:164

Used in: LayerParameter

enum Phase

caffe.proto:153

Used in: NetState, NetStateRule

message PoolingParameter

caffe.proto:511

Message that stores parameters used by PoolingLayer

Used in: LayerParameter

enum PoolingParameter.PoolMethod

caffe.proto:512

Used in: PoolingParameter

message PowerParameter

caffe.proto:532

Message that stores parameters used by PowerLayer

Used in: LayerParameter

message ReLUParameter

caffe.proto:540

Message that stores parameters used by ReLULayer

Used in: LayerParameter

message SiameseParameter

caffe.proto:574

Used in: LayerParameter

message SliceParameter

caffe.proto:550

Message that stores parameters used by SliceLayer

Used in: LayerParameter

message SolverParameter

caffe.proto:67

NOTE Update the next available ID when you add a new SolverParameter field. SolverParameter next available ID: 27 (last added: test_state)

//////////////////////////////////////////////////////////////////////////// Specifying the train and test networks Exactly one train net must be specified using one of the following fields: train_net_param, train_net, net_param, net One or more test nets may be specified using any of the following fields: test_net_param, test_net, net_param, net If more than one test net field is specified (e.g., both net and test_net are specified), they will be evaluated in the field order given above: (1) test_net_param, (2) test_net, (3) net_param/net. A test_iter must be specified for each test_net. A test_level and/or a test_stage may also be specified for each test_net. ////////////////////////////////////////////////////////////////////////////

enum SolverParameter.SolverMode

caffe.proto:126

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

Used in: SolverParameter

message SolverState

caffe.proto:147

A message that stores the solver snapshots

message SvmParameter

caffe.proto:561

Message that stores parameters used by L*SVM*Layer

Used in: LayerParameter

message ThresholdParameter

caffe.proto:423

Message that stores parameters used by ThresholdLayer

Used in: LayerParameter

message V0LayerParameter

caffe.proto:692

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

Used in: V0LayerParameter

message WindowDataParameter

caffe.proto:620

Message that stores parameters used by WindowDataLayer

Used in: LayerParameter