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 QuantileLossLayer computes the quantile loss for real-valued regression tasks.
The ChannelEmbeddingLayer implements the transforming/embeddings for both the numeric and categorical...
The DataTemporalLayer implements the data layer used to load the temporal data into the model.
The GateAddNormLayer implements the Dropout, Gated Linear Unit layer, LayerNorm while adding in the r...
The GluLayer implements the Gated Linear Unit layer.
The GrnLayer implements the Gated Linear Unit 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 MultiHeadAttentionInterpLayer implements the Multi-head Attention Interpretive Layer
The QuantileAccuracyLayer implements the Quantile Accuracy Layer used in TFT models.
The ReshapeTemporalLayer implements the Variable Selection Network
The VarSetNetLayer implements the Variable Selection Network
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.tft namespace contains all TFT 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-...