Interface ConstantPadding2D<T extends Tensor<T>>

All Superinterfaces:
ITensor, SpatialPadding2D<T>, VTensor
All Known Implementing Classes:
ConstantPadding2D_F32, ConstantPadding2D_F64

public interface ConstantPadding2D<T extends Tensor<T>> extends SpatialPadding2D<T>
Interface for padding which applies a constant padding to the output of the image
  • Method Details

    • getPaddingValue

      double getPaddingValue()