2using System.Collections.Generic;
5using System.Threading.Tasks;
The CancelEvent provides an extension to the manual cancel event that allows for overriding the manua...
The Log class provides general output in text form.
The CudaDnn object is the main interface to the Low-Level Cuda C++ DLL.
An interface for the units of computation which can be composed into a Net.
The CausalSelfAttention provides a vanilla multi-head self-attention layer with projection at the end...
The GeluLayer implements the New GELU activation function currently in Google BERT repo (same as Open...
The LayerFactor is responsible for creating all layers implemented in the MyCaffe....
Layer< float > CreateSingle(CudaDnn< float > cuda, Log log, LayerParameter p, CancelEvent evtCancel, IXDatabaseBase db)
Create the layers when using the float base type.
Layer< double > CreateDouble(CudaDnn< double > cuda, Log log, LayerParameter p, CancelEvent evtCancel, IXDatabaseBase db)
Create the layers when using the double base type.
The LayerNormalizationLayer performs layer normalization similar to the PyTorch LayerNorm layer.
The MultiheadAttention provides a vanilla multi-head layer.
Computes the nll loss for a one-of-many classification task, passing real-valued predictions (from a ...
The PositionalEncodingLayer is a neuron layer that adds positional encoding to the input.
The TokenizedDataLayer loads and tokenizes data for a transformer model where data is loaded in the f...
The TokenizedDataPairsLayer loads and tokenizes data for a transformer model where data is loaded in ...
Specifies the base parameter for all layers.
LayerType type
Specifies the type of this LayerParameter.
LayerType
Specifies the layer type.
The ILayerCreator interface is implemented by each MyCaffe.layers.x layer extension dll and is used t...
The IXDatabaseBase interface defines the general interface to the in-memory database.
The MyCaffe.basecode contains all generic types used throughout MyCaffe.
The MyCaffe.common namespace contains common MyCaffe classes.
The MyCaffe.db.image namespace contains all image database related classes.
The MyCaffe.layers.gpt namespace contains all GPT related layers.
The MyCaffe.param namespace contains parameters used to create models.
The MyCaffe namespace contains the main body of MyCaffe code that closesly tracks the C++ Caffe open-...