public class SequenceAndParameters<T extends deepboof.Tensor<T>,F extends deepboof.Function<T>>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.util.Map<java.lang.String,java.util.List<T>> |
parameters
Map of learned parameters.
|
java.util.List<deepboof.graph.Node<T,F>> |
sequence
Set of functions with auxillary information, e.g.
|
java.lang.Class<T> |
type |
| Constructor and Description |
|---|
SequenceAndParameters() |
| Modifier and Type | Method and Description |
|---|---|
deepboof.graph.FunctionSequence<T,F> |
createForward(int... shape) |
public java.util.List<deepboof.graph.Node<T extends deepboof.Tensor<T>,F extends deepboof.Function<T>>> sequence
public java.util.Map<java.lang.String,java.util.List<T extends deepboof.Tensor<T>>> parameters