| AccuracyParameter |
| Arena |
| Arena.Destruct_Pointer |
| ArenaOptions |
| ArenaOptions.Block_alloc_long |
| ArenaOptions.Block_dealloc_Pointer_long |
| ArenaStringPtr |
| ArgMaxParameter |
| AuxillaryParseTableField |
| AuxillaryParseTableField.enum_aux |
| AuxillaryParseTableField.EnumValidator |
| AuxillaryParseTableField.map_aux |
| AuxillaryParseTableField.map_aux.Parse_map_CodedInputStream_Pointer |
| AuxillaryParseTableField.message_aux |
| AuxillaryParseTableField.string_aux |
| BatchNormParameter |
| BiasParameter |
| BlobProto |
| BlobProtoVector |
| BlobShape |
| BoolVector |
| BoolVector.Iterator |
| BoolVectorVector |
| BoolVectorVector.Iterator |
| BoundedZCIS |
| Caffe |
| Caffe.RNG |
| CodedInputStream |
| CodedOutputStream |
| CompareHelper |
| CompareMapKey |
| ConcatParameter |
| ContrastiveLossParameter |
| ConvolutionParameter |
| CPUTimer |
| CropParameter |
| Cursor |
| DataParameter |
| Datum |
| DatumBlockingQueue |
| DatumVector |
| DatumVector.Iterator |
| DB |
| DebugStringOptions |
| Descriptor |
| Descriptor.ExtensionRange |
| Descriptor.ReservedRange |
| DescriptorDatabase |
| DescriptorPool |
| DescriptorPool.ErrorCollector |
| DescriptorProto |
| DescriptorProto_ExtensionRange |
| DoubleBaseConvolutionLayer |
| DoubleBaseDataLayer |
| DoubleBasePrefetchingDataLayer |
| DoubleBatch |
| DoubleBlob |
| DoubleBlobSharedVector |
| DoubleBlobSharedVector.Iterator |
| DoubleBlobVector |
| DoubleBlobVector.Iterator |
| DoubleBlobVectorVector |
| DoubleBlobVectorVector.Iterator |
| DoubleCallbackVector |
| DoubleCallbackVector.Iterator |
| DoubleConvolutionLayer |
| DoubleFiller |
| DoubleLayer |
| DoubleLayerRegisterer.Creator_LayerParameter |
| DoubleLayerRegistry.Creator |
| DoubleLayerSharedVector |
| DoubleLayerSharedVector.Iterator |
| DoubleLossLayer |
| DoubleLRNLayer |
| DoubleNet |
| DoubleNet.Callback |
| DoubleNetSharedVector |
| DoubleNetSharedVector.Iterator |
| DoubleNeuronLayer |
| DoublePoolingLayer |
| DoubleRecurrentLayer |
| DoubleRegistry |
| DoubleRegistry.Iterator |
| DoubleReLULayer |
| DoubleSGDSolver |
| DoubleSigmoidLayer |
| DoubleSoftmaxLayer |
| DoubleSolver |
| DoubleSolver.Callback |
| DoubleSolverRegisterer.Creator_SolverParameter |
| DoubleSolverRegistry.Creator |
| DoubleTanHLayer |
| DropoutParameter |
| DummyDataParameter |
| EltwiseParameter |
| ELUParameter |
| EmbedParameter |
| EnumDescriptor |
| EnumDescriptor.ReservedRange |
| EnumDescriptorProto |
| EnumOptions |
| EnumValueDescriptor |
| EnumValueDescriptorProto |
| EnumValueOptions |
| ExpParameter |
| ExtensionRangeOptions |
| FieldDescriptor |
| FieldDescriptorProto |
| FieldDescriptorVector |
| FieldDescriptorVector.Iterator |
| FieldOptions |
| FileDescriptor |
| FileDescriptorProto |
| FileOptions |
| FillerParameter |
| FlattenParameter |
| FloatBaseConvolutionLayer
\brief Abstract base class that factors out the BLAS code common to
ConvolutionLayer and DeconvolutionLayer.
|
| FloatBaseDataLayer
\brief Provides base for data layers that feed blobs to the Net.
|
| FloatBasePrefetchingDataLayer |
| FloatBatch |
| FloatBlob
\brief A wrapper around SyncedMemory holders serving as the basic
computational unit through which Layer%s, Net%s, and Solver%s
interact.
|
| FloatBlobSharedVector |
| FloatBlobSharedVector.Iterator |
| FloatBlobVector |
| FloatBlobVector.Iterator |
| FloatBlobVectorVector |
| FloatBlobVectorVector.Iterator |
| FloatCallbackVector |
| FloatCallbackVector.Iterator |
| FloatConvolutionLayer
\brief Convolves the input image with a bank of learned filters,
and (optionally) adds biases.
|
| FloatFiller
\brief Fills a Blob with constant or randomly-generated data.
|
| FloatLayer
\brief An interface for the units of computation which can be composed into a
Net.
|
| FloatLayerRegisterer.Creator_LayerParameter |
| FloatLayerRegistry.Creator |
| FloatLayerSharedVector |
| FloatLayerSharedVector.Iterator |
| FloatLossLayer
\brief An interface for Layer%s that take two Blob%s as input -- usually
(1) predictions and (2) ground-truth labels -- and output a
singleton Blob representing the loss.
|
| FloatLRNLayer
\brief Normalize the input in a local region across or within feature maps.
|
| FloatNet
\brief Connects Layer%s together into a directed acyclic graph (DAG)
specified by a NetParameter.
|
| FloatNet.Callback |
| FloatNetSharedVector |
| FloatNetSharedVector.Iterator |
| FloatNeuronLayer
\brief An interface for layers that take one blob as input (x )
and produce one equally-sized blob as output (y ), where
each element of the output depends only on the corresponding input
element.
|
| FloatPoolingLayer
\brief Pools the input image by taking the max, average, etc.
|
| FloatRecurrentLayer
\brief An abstract class for implementing recurrent behavior inside of an
unrolled network.
|
| FloatRegistry |
| FloatRegistry.Iterator |
| FloatReLULayer
\brief Rectified Linear Unit non-linearity y = \max(0, x) .
|
| FloatSGDSolver
\brief Optimizes the parameters of a Net using
stochastic gradient descent (SGD) with momentum.
|
| FloatSigmoidLayer
\brief Sigmoid function non-linearity y = (1 + \exp(-x))^{-1}
, a classic choice in neural networks.
|
| FloatSoftmaxLayer
\brief Computes the softmax function.
|
| FloatSolver
\brief An interface for classes that perform optimization on Net%s.
|
| FloatSolver.Callback |
| FloatSolverRegisterer.Creator_SolverParameter |
| FloatSolverRegistry.Creator |
| FloatTanHLayer
\brief TanH hyperbolic tangent non-linearity y = \frac{\exp(2x) - 1}{\exp(2x) + 1}
, popular in auto-encoders.
|
| HDF5DataParameter |
| HDF5OutputParameter |
| HingeLossParameter |
| ImageDataParameter |
| InfogainLossParameter |
| InnerProductParameter |
| InputParameter |
| InternalThread
Virtual class encapsulate boost::thread for use in base class
The child class will acquire the ability to run a single thread,
by reimplementing the virtual function InternalThreadEntry.
|
| LayerParameter |
| LazyDescriptor |
| LevelDB |
| LevelDBCursor |
| LevelDBTransaction |
| LMDB |
| LMDBCursor |
| LMDBTransaction |
| LogParameter |
| LongLongPair |
| LossParameter |
| LRNParameter |
| MemoryDataParameter |
| Message |
| MessageFactory |
| MessageLite |
| MessageOptions |
| Metadata |
| MethodDescriptor |
| MethodDescriptorProto |
| MethodOptions |
| MVNParameter |
| NetParameter |
| NetState |
| NetStateRule |
| OneofDescriptor |
| OneofDescriptorProto |
| OneofOptions |
| ParameterParameter |
| ParamSpec |
| ParseTable |
| ParseTableField |
| PoolingParameter |
| PowerParameter |
| PReLUParameter |
| PythonParameter |
| RecurrentParameter |
| ReductionParameter |
| Reflection |
| ReLUParameter |
| ReshapeParameter |
| ScaleParameter |
| ServiceDescriptor |
| ServiceDescriptorProto |
| ServiceOptions |
| SigmoidParameter |
| SliceParameter |
| SoftmaxParameter |
| SolverParameter |
| SolverState |
| SourceLocation |
| SPPParameter |
| StringIntMap |
| StringIntMap.Iterator |
| StringVector |
| StringVector.Iterator |
| SyncedMemory
\brief Manages memory allocation and synchronization between the host (CPU)
and device (GPU).
|
| TanHParameter |
| ThresholdParameter |
| TileParameter |
| Timer |
| Transaction |
| TransformationParameter |
| UnknownFieldSet |
| V0LayerParameter |
| V1LayerParameter |
| WindowDataParameter |
| ZeroCopyInputStream |
| ZeroCopyOutputStream |