Add(Args... args) | MultiLayer< MatType > | inline |
Add(Layer< MatType > *layer) | MultiLayer< MatType > | inline |
Axis() const | ConcatType< MatType > | inline |
Backward(const MatType &, const MatType &gy, MatType &g) | ConcatType< MatType > | virtual |
Backward(const MatType &, const MatType &gy, MatType &g, const size_t index) | ConcatType< MatType > | |
Clone() const | ConcatType< MatType > | inlinevirtual |
ComputeOutputDimensions() | ConcatType< MatType > | inlinevirtual |
ConcatType() | ConcatType< MatType > | |
ConcatType(const size_t axis) | ConcatType< MatType > | |
ConcatType(const ConcatType &other) | ConcatType< MatType > | |
ConcatType(ConcatType &&other) | ConcatType< MatType > | |
CustomInitialize(MatType &W, const size_t elements) | MultiLayer< MatType > | virtual |
Forward(const MatType &input, MatType &output) | ConcatType< MatType > | virtual |
mlpack::ann::MultiLayer::Forward(const MatType &input, MatType &output, const size_t start, const size_t end) | MultiLayer< MatType > | |
mlpack::ann::Layer::Forward(const MatType &, const MatType &) | Layer< MatType > | inlinevirtual |
Gradient(const MatType &, const MatType &error, MatType &) | ConcatType< MatType > | virtual |
Gradient(const MatType &input, const MatType &error, MatType &gradient, const size_t index) | ConcatType< MatType > | |
InitializeBackwardPassMemory(const size_t batchSize) | MultiLayer< MatType > | protected |
InitializeForwardPassMemory(const size_t batchSize) | MultiLayer< MatType > | protected |
InitializeGradientPassMemory(MatType &gradient) | MultiLayer< MatType > | protected |
inputDimensions | Layer< MatType > | protected |
InputDimensions() const | Layer< MatType > | inline |
InputDimensions() | Layer< MatType > | inline |
inSize | MultiLayer< MatType > | protected |
Layer() | Layer< MatType > | inline |
Layer(const Layer &layer) | Layer< MatType > | inline |
Layer(Layer &&layer) | Layer< MatType > | inline |
layerDeltaMatrix | MultiLayer< MatType > | protected |
layerDeltas | MultiLayer< MatType > | protected |
layerGradients | MultiLayer< MatType > | protected |
layerOutputMatrix | MultiLayer< MatType > | protected |
layerOutputs | MultiLayer< MatType > | protected |
Loss() const | MultiLayer< MatType > | virtual |
mlpack::ann::Layer::Loss() | Layer< MatType > | inlinevirtual |
MultiLayer() | MultiLayer< MatType > | |
MultiLayer(const MultiLayer &other) | MultiLayer< MatType > | |
MultiLayer(MultiLayer &&other) | MultiLayer< MatType > | |
network | MultiLayer< MatType > | protected |
Network() const | MultiLayer< MatType > | inline |
Network() | MultiLayer< MatType > | inline |
operator=(const ConcatType &other) | ConcatType< MatType > | |
operator=(ConcatType &&other) | ConcatType< MatType > | |
mlpack::ann::MultiLayer::operator=(const MultiLayer &other) | MultiLayer< MatType > | |
mlpack::ann::MultiLayer::operator=(MultiLayer &&other) | MultiLayer< MatType > | |
mlpack::ann::Layer::operator=(const Layer &layer) | Layer< MatType > | inlinevirtual |
mlpack::ann::Layer::operator=(Layer &&layer) | Layer< MatType > | inlinevirtual |
outputDimensions | Layer< MatType > | protected |
OutputDimensions() | Layer< MatType > | inline |
OutputSize() final | Layer< MatType > | inlinevirtual |
Parameters() const | Layer< MatType > | inlinevirtual |
Parameters() | Layer< MatType > | inlinevirtual |
serialize(Archive &ar, const uint32_t) | ConcatType< MatType > | |
SetWeights(typename MatType::elem_type *weightsPtr) | MultiLayer< MatType > | virtual |
totalInputSize | MultiLayer< MatType > | protected |
totalOutputSize | MultiLayer< MatType > | protected |
Training() const | Layer< MatType > | inlinevirtual |
Training() | Layer< MatType > | inlinevirtual |
training | Layer< MatType > | protected |
validOutputDimensions | Layer< MatType > | protected |
WeightSize() const | MultiLayer< MatType > | virtual |
~ConcatType() | ConcatType< MatType > | virtual |
~Layer() | Layer< MatType > | inlinevirtual |
~MultiLayer() | MultiLayer< MatType > | inlinevirtual |