Package deepboof.backward
Interface DSpatialMaxPooling<T extends deepboof.Tensor<T>>
- All Superinterfaces:
deepboof.DFunction<T>,deepboof.Function<T>,deepboof.forward.SpatialMaxPooling<T>,deepboof.forward.SpatialPooling<T>
public interface DSpatialMaxPooling<T extends deepboof.Tensor<T>>
extends deepboof.DFunction<T>, deepboof.forward.SpatialMaxPooling<T>
Interface of SpatialMaxPooling which adds functionality for the backwards step.
-
Method Summary
Methods inherited from interface deepboof.DFunction
backwards, evaluating, isLearning, learningMethods inherited from interface deepboof.Function
getOutputShape, getParameters, getParameterShapes, getTensorType, initializeMethods inherited from interface deepboof.forward.SpatialPooling
forward, getConfiguration, setParameters