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 CfcLayer implements the Closed form Continuous layer.
The CfcUnitLayer implements the Closed form Continuous Cell (CfcCell) layer.
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 LeCunLayer performs the LeCun's Tanh function
The LtcUnitLayer implements the liquid time constant with ODE solver (LTCCell) layer.
The SiLULayer implements the Sigmoid-weighted Linear Unit (SiLU) activation function
The SoftPlusLayer implements the Softplus function, a smooth approximation of the ReLU function
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.lnn namespace contains all Liquid Neural Network (LNN) 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-...