-
Interface Summary
| 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 Summary
| Class |
Description |
| BaseTensor |
Base class for all Tensor data types.
|
| DeepBoofConstants |
Various constants used throughout DeepBoof
|
| DeepBoofVersion |
Automatically generated file containing build version information.
|
| Tensor<T extends Tensor> |
Base class for Tensors.
|
-
Enum Summary
| Enum |
Description |
| PaddingType |
Specifies the type of padding applied to a spacial function.
|