Package deepboof.forward
Interface ConstantPadding2D<T extends Tensor<T>>
- All Superinterfaces:
ITensor,SpatialPadding2D<T>,VTensor
- All Known Implementing Classes:
ConstantPadding2D_F32,ConstantPadding2D_F64
Interface for padding which applies a constant padding to the output of the image
-
Method Summary
Methods inherited from interface deepboof.ITensor
createCoor, getDataType, getDimension, getShape, isShape, lengthMethods inherited from interface deepboof.forward.SpatialPadding2D
getClippingOffsetCol, getClippingOffsetRow, getPaddingCol0, getPaddingCol1, getPaddingRow0, getPaddingRow1, getTensorType, isClipped, setInput, shapeGivenInput
-
Method Details
-
getPaddingValue
double getPaddingValue()
-