Table of Contents

Class LayerList<TIn, TOut>

Namespace
NeuralNetworks.Models.LayerList
Assembly
NeuralNetworks.dll
public class LayerList<TIn, TOut> : List<Layer>, IList<Layer>, ICollection<Layer>, IReadOnlyList<Layer>, IReadOnlyCollection<Layer>, IEnumerable<Layer>, IList, ICollection, IEnumerable where TIn : notnull where TOut : notnull

Type Parameters

TIn
TOut
Inheritance
LayerList<TIn, TOut>
Implements
Inherited Members

Methods

Backward(TOut)

public void Backward(TOut lossGrad)

Parameters

lossGrad TOut

Forward(TIn, bool)

public TOut Forward(TIn input, bool inference)

Parameters

input TIn
inference bool

Returns

TOut