| Interface | Description |
|---|---|
| DFunction<T extends Tensor<T>> |
Functions which also implement the backwards step and compute the gradient for all inputs. |
| Function<T extends Tensor> |
High level interface for functions in an Artificial Neural Network.
|
| ITensor |
Tensor Interface
|
| VTensor |
A virtual tensor doesn't physically store in memory the entire tensor, instead it uses an equation
to generate on the fly some or all of a tensor.
|
| Class | Description |
|---|---|
| BaseTensor |
Base class for all Tensor data types.
|
| DeepBoofConstants |
Various constants used throughout DeepBoof
|
| Tensor<T extends Tensor> |
Base class for Tensors.
|
| Enum | Description |
|---|---|
| PaddingType |
Specifies the type of padding applied to a spacial function.
|