package caffe

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

message ArgMaxParameter

caffe.proto:264

Used in: LayerParameter

message BNParameter

caffe.proto:330

Used in: LayerParameter

enum BNParameter.Engine

caffe.proto:339

Used in: BNParameter

message BatchNormParameter

caffe.proto:286

Used in: LayerParameter

message BiasParameter

caffe.proto:298

Used in: LayerParameter

message BlobProto

caffe.proto:10

Used in: BlobProtoVector, LayerParameter, V1LayerParameter

message BlobProtoVector

caffe.proto:26

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

message BlobShape

caffe.proto:6

Specifies the shape (dimensions) of a Blob.

Used in: BlobProto, InputParameter, NetParameter, ParameterParameter, ReshapeParameter

message ConcatParameter

caffe.proto:275

Used in: LayerParameter, V1LayerParameter

message ConvolutionParameter

caffe.proto:347

Used in: LayerParameter, V1LayerParameter

enum ConvolutionParameter.Engine

caffe.proto:374

Used in: ConvolutionParameter

message CropParameter

caffe.proto:400

Used in: LayerParameter

message DetectionOutputParameter

caffe.proto:849

Message that store parameters used by DetectionOutputLayer

Used in: LayerParameter

message DropoutParameter

caffe.proto:418

Used in: LayerParameter, V1LayerParameter

message ELUParameter

caffe.proto:437

Message that stores parameters used by ELULayer

Used in: LayerParameter

message EltwiseParameter

caffe.proto:422

Used in: LayerParameter, V1LayerParameter

enum EltwiseParameter.EltwiseOp

caffe.proto:423

Used in: EltwiseParameter

message EmbedParameter

caffe.proto:445

Message that stores parameters used by EmbedLayer

Used in: LayerParameter

message ExpParameter

caffe.proto:458

Message that stores parameters used by ExpLayer

Used in: LayerParameter, V1LayerParameter

message FillerParameter

caffe.proto:30

Used in: BNParameter, BiasParameter, ConvolutionParameter, EmbedParameter, InnerProductParameter, NormalizeParameter, PReLUParameter, ScaleParameter

enum FillerParameter.VarianceNorm

caffe.proto:43

Normalize the filler variance by fan_in, fan_out, or their average. Applies to 'xavier' and 'msra' fillers.

Used in: FillerParameter

message FlattenParameter

caffe.proto:468

/ Message that stores parameters used by FlattenLayer

Used in: LayerParameter

message InnerProductParameter

caffe.proto:479

Used in: LayerParameter, V1LayerParameter

message InputParameter

caffe.proto:496

Used in: LayerParameter

message LRNParameter

caffe.proto:515

Message that stores parameters used by LRNLayer

Used in: LayerParameter, V1LayerParameter

enum LRNParameter.Engine

caffe.proto:525

Used in: LRNParameter

enum LRNParameter.NormRegion

caffe.proto:519

Used in: LRNParameter

message LayerParameter

caffe.proto:143

NOTE Update the next available ID when you add a new LayerParameter field. LayerParameter next available layer-specific ID: 147 (last added: recurrent_param)

Used in: NetParameter

message LogParameter

caffe.proto:505

Message that stores parameters used by LogLayer

Used in: LayerParameter

message LossParameter

caffe.proto:235

Message that stores parameters shared by loss layers

Used in: LayerParameter, V1LayerParameter

enum LossParameter.NormalizationMode

caffe.proto:241

How to normalize the loss for loss layers that aggregate across batches, spatial dimensions, or other dimensions. Currently only implemented in SoftmaxWithLoss layer.

Used in: LossParameter

message MVNParameter

caffe.proto:533

Used in: LayerParameter, V1LayerParameter

message NetParameter

caffe.proto:51

message NetState

caffe.proto:90

Used in: NetParameter

message NetStateRule

caffe.proto:96

Used in: LayerParameter, V1LayerParameter

message NonMaximumSuppressionParameter

caffe.proto:839

Used in: DetectionOutputParameter

message NormalizeParameter

caffe.proto:932

Message that stores parameters used by NormalizeLayer

Used in: LayerParameter

message PReLUParameter

caffe.proto:583

Parametric ReLU described in K. He et al, Delving Deep into Rectifiers: Surpassing Human-Level Performance on ImageNet Classification, 2015.

Used in: LayerParameter

message PSROIPoolingParameter

caffe.proto:604

Used in: LayerParameter

message ParamSpec

caffe.proto:116

Specifies training parameters (multipliers on global learning constants, and the name and other settings used for weight sharing).

Used in: LayerParameter

enum ParamSpec.DimCheckMode

caffe.proto:125

Used in: ParamSpec

message ParameterParameter

caffe.proto:544

Used in: LayerParameter

message PermuteParameter

caffe.proto:878

Used in: LayerParameter

enum Phase

caffe.proto:85

Used in: LayerParameter, NetState, NetStateRule

message PoolingParameter

caffe.proto:548

Used in: LayerParameter, V1LayerParameter

enum PoolingParameter.Engine

caffe.proto:565

Used in: PoolingParameter

enum PoolingParameter.PoolMethod

caffe.proto:549

Used in: PoolingParameter

message PowerParameter

caffe.proto:576

Used in: LayerParameter, V1LayerParameter

message PriorBoxParameter

caffe.proto:886

Message that store parameters used by PriorBoxLayer

Used in: LayerParameter

enum PriorBoxParameter.CodeType

caffe.proto:888

Encode/decode type.

Used in: DetectionOutputParameter

message ProposalParameter

caffe.proto:593

Used in: LayerParameter

message ROIPoolingParameter

caffe.proto:719

Used in: LayerParameter

message ReLUParameter

caffe.proto:640

Message that stores parameters used by ReLULayer

Used in: LayerParameter, V1LayerParameter

enum ReLUParameter.Engine

caffe.proto:647

Used in: ReLUParameter

message ReductionParameter

caffe.proto:611

Message that stores parameters used by ReductionLayer

Used in: LayerParameter

enum ReductionParameter.ReductionOp

caffe.proto:612

Used in: ReductionParameter

message ReshapeParameter

caffe.proto:655

Used in: LayerParameter

message SPPParameter

caffe.proto:824

Used in: LayerParameter

enum SPPParameter.Engine

caffe.proto:831

Used in: SPPParameter

enum SPPParameter.PoolMethod

caffe.proto:825

Used in: SPPParameter

message ScaleParameter

caffe.proto:729

Used in: LayerParameter

message ShuffleChannelParameter

caffe.proto:927

Used in: LayerParameter

message SigmoidParameter

caffe.proto:766

Used in: LayerParameter, V1LayerParameter

enum SigmoidParameter.Engine

caffe.proto:767

Used in: SigmoidParameter

message SliceParameter

caffe.proto:775

Used in: LayerParameter, V1LayerParameter

message SoftmaxParameter

caffe.proto:787

Message that stores parameters used by SoftmaxLayer, SoftmaxWithLossLayer

Used in: LayerParameter, V1LayerParameter

enum SoftmaxParameter.Engine

caffe.proto:788

Used in: SoftmaxParameter

message TanHParameter

caffe.proto:801

Used in: LayerParameter, V1LayerParameter

enum TanHParameter.Engine

caffe.proto:802

Used in: TanHParameter

message ThresholdParameter

caffe.proto:820

Message that stores parameters used by ThresholdLayer

Used in: LayerParameter, V1LayerParameter

message TileParameter

caffe.proto:811

Message that stores parameters used by TileLayer

Used in: LayerParameter

message V1LayerParameter

caffe.proto:943

DEPRECATED: use LayerParameter.

Used in: NetParameter

enum V1LayerParameter.DimCheckMode

caffe.proto:977

Used in: V1LayerParameter

enum V1LayerParameter.LayerType

caffe.proto:949

Used in: V1LayerParameter