package caffe

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

message AccuracyParameter

caffe.proto:382

Message that stores parameters used by AccuracyLayer

Used in: LayerParameter

message ArgMaxParameter

caffe.proto:390

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 ClusteringLossParameter

caffe.proto:631

Message that stores parameters used by ClusteringLossLayer

Used in: LayerParameter

message ConcatParameter

caffe.proto:397

Message that stores parameters used by ConcatLayer

Used in: LayerParameter

message ContrastiveLossParameter

caffe.proto:405

Message that stores parameters used by ContrastiveLossLayer

Used in: LayerParameter

message ConvolutionParameter

caffe.proto:419

Message that stores parameters used by ConvolutionLayer

Used in: LayerParameter

enum ConvolutionParameter.Engine

caffe.proto:436

Used in: ConvolutionParameter

message CrossLossParameter

caffe.proto:410

Used in: LayerParameter

message DataParameter

caffe.proto:445

Message that stores parameters used by DataLayer

Used in: LayerParameter

enum DataParameter.DB

caffe.proto:446

Used in: DataParameter

message Datum

caffe.proto:21

message DropoutParameter

caffe.proto:523

Message that stores parameters used by DropoutLayer

Used in: LayerParameter

message DummyDataParameter

caffe.proto:530

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

Message that stores parameters used by EltwiseLayer

Used in: LayerParameter

enum EltwiseParameter.EltwiseOp

caffe.proto:547

Used in: EltwiseParameter

message FillerParameter

caffe.proto:32

Used in: ClusteringLossParameter, ConvolutionParameter, DummyDataParameter, GMMLossParameter, InnerProductParameter, KmeansLossParameter, MultiTLossParameter, TLossParameter, V0LayerParameter

message GMMLossParameter

caffe.proto:646

Used in: LayerParameter

message HDF5DataParameter

caffe.proto:566

Message that stores parameters used by HDF5DataLayer

Used in: LayerParameter

message HDF5OutputParameter

caffe.proto:574

Message that stores parameters used by HDF5OutputLayer

Used in: LayerParameter, V0LayerParameter

message HingeLossParameter

caffe.proto:578

Used in: LayerParameter

enum HingeLossParameter.Norm

caffe.proto:579

Used in: HingeLossParameter

message ImageDataParameter

caffe.proto:588

Message that stores parameters used by ImageDataLayer

Used in: LayerParameter

message InfogainLossParameter

caffe.proto:617

Message that stores parameters InfogainLossLayer

Used in: LayerParameter

message InnerProductParameter

caffe.proto:623

Message that stores parameters used by InnerProductLayer

Used in: LayerParameter

message JPEGDataParameter

caffe.proto:474

Used in: LayerParameter

message KmeansLossParameter

caffe.proto:639

Used in: LayerParameter

message LRNParameter

caffe.proto:673

Message that stores parameters used by LRNLayer

Used in: LayerParameter

enum LRNParameter.NormRegion

caffe.proto:677

Used in: LRNParameter

message LayerParameter

caffe.proto:206

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

Used in: NetParameter, NetParameterPrettyPrint

enum LayerParameter.DimCheckMode

caffe.proto:294

Used in: LayerParameter

enum LayerParameter.LayerType

caffe.proto:227

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: 45 (last added: MULTI_SOFTMAX_LOSS)

Used in: LayerParameter

message MVNParameter

caffe.proto:693

Message that stores parameters used by MVNLayer

Used in: LayerParameter

message MemoryDataParameter

caffe.proto:685

Message that stores parameters used by MemoryDataLayer

Used in: LayerParameter

message MultiSoftmaxLossParameter

caffe.proto:788

Used in: LayerParameter

message MultiTLossParameter

caffe.proto:663

Used in: LayerParameter

message NetParameter

caffe.proto:45

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

Used in: NetParameter, SolverParameter

message NetStateRule

caffe.proto:184

Used in: LayerParameter

enum Phase

caffe.proto:173

Used in: NetState, NetStateRule

message PoolingParameter

caffe.proto:702

Message that stores parameters used by PoolingLayer

Used in: LayerParameter

enum PoolingParameter.Engine

caffe.proto:720

Used in: PoolingParameter

enum PoolingParameter.PoolMethod

caffe.proto:703

Used in: PoolingParameter

message PowerParameter

caffe.proto:734

Message that stores parameters used by PowerLayer

Used in: LayerParameter

message ReLUParameter

caffe.proto:742

Message that stores parameters used by ReLULayer

Used in: LayerParameter

enum ReLUParameter.Engine

caffe.proto:749

Used in: ReLUParameter

message ResizeParameter

caffe.proto:728

Used in: LayerParameter

message ShufflingDataParameter

caffe.proto:492

Message that stores parameters used by ShufflingDataLayer

Used in: LayerParameter

enum ShufflingDataParameter.DB

caffe.proto:493

Used in: ShufflingDataParameter

message SigmoidParameter

caffe.proto:759

Message that stores parameters used by SigmoidLayer

Used in: LayerParameter

enum SigmoidParameter.Engine

caffe.proto:760

Used in: SigmoidParameter

message SliceParameter

caffe.proto:769

Message that stores parameters used by SliceLayer

Used in: LayerParameter

message SoftmaxParameter

caffe.proto:779

Message that stores parameters used by SoftmaxLayer, SoftMaxWithLossLayer

Used in: LayerParameter

enum SoftmaxParameter.Engine

caffe.proto:780

Used in: SoftmaxParameter

message SolverParameter

caffe.proto:68

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

//////////////////////////////////////////////////////////////////////////// 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:134

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

Used in: SolverParameter

enum SolverParameter.SolverType

caffe.proto:147

Solver type

Used in: SolverParameter

message SolverState

caffe.proto:167

A message that stores the solver snapshots

message SpringLossParameter

caffe.proto:414

Used in: LayerParameter

message TLossParameter

caffe.proto:654

Used in: LayerParameter

message TanHParameter

caffe.proto:793

Message that stores parameters used by SigmoidLayer

Used in: LayerParameter

enum TanHParameter.Engine

caffe.proto:794

Used in: TanHParameter

message ThresholdParameter

caffe.proto:561

Message that stores parameters used by ThresholdLayer

Used in: LayerParameter

message TransformationParameter

caffe.proto:366

Message that stores parameters used to apply transformation to the data layer's data

Used in: LayerParameter

message V0LayerParameter

caffe.proto:834

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

Used in: V0LayerParameter

message WindowDataParameter

caffe.proto:803

Message that stores parameters used by WindowDataLayer

Used in: LayerParameter