public class ConstantPadding2D_F64 extends SpatialPadding2D_F64 implements ConstantPadding2D<Tensor_F64>
COL0, COL1, config, input, ROW0, ROW1shape| Constructor and Description |
|---|
ConstantPadding2D_F64(ConfigPadding config) |
ConstantPadding2D_F64(ConfigPadding config,
double value) |
| Modifier and Type | Method and Description |
|---|---|
double |
borderGet(int minibatch,
int channel,
int row,
int col)
Handles coordinates outside the input image
|
double |
getPaddingValue() |
java.lang.Class<Tensor_F64> |
getTensorType()
Returns the type of input tensor it can process
|
get, get, get, get, get, get, getDataTypecheckBackwardsShapeChannel, checkBackwardsShapeImage, getPaddingCol0, getPaddingCol1, getPaddingRow0, getPaddingRow1, setInput, shapeGivenInputcreateCoor, getDimension, getShape, isShape, lengthclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPaddingCol0, getPaddingCol1, getPaddingRow0, getPaddingRow1, setInput, shapeGivenInputcreateCoor, getDataType, getDimension, getShape, isShape, lengthpublic ConstantPadding2D_F64(ConfigPadding config)
public ConstantPadding2D_F64(ConfigPadding config, double value)
public double borderGet(int minibatch,
int channel,
int row,
int col)
SpatialPadding2D_F64borderGet in class SpatialPadding2D_F64public java.lang.Class<Tensor_F64> getTensorType()
SpatialPadding2DgetTensorType in interface SpatialPadding2D<Tensor_F64>public double getPaddingValue()
getPaddingValue in interface ConstantPadding2D<Tensor_F64>