Cropping3D
class Cropping3D(cropping: Array<IntArray>, name: String) : AbstractCropping
Content copied to clipboard
Cropping layer for 3D data (e.g. video, spatio-temporal)
Crops input along the second, third and forth dimensions.
Input shape: 5D tensor with shape (batch_size, dim1, dim2, dim3, depth)
.
Output shape: 5D tensor with shape (batch_size, cropped_dim1, cropped_dim2, cropped_dim3, depth)
.
Constructors
Cropping3D
Link copied to clipboard
Functions
buildFromInboundLayers
Link copied to clipboard
Extend this function to define variables in layer.
computeOutputShape
Link copied to clipboard
Computes output shape, based on inputShape and Layer type.
computeOutputShapeFromInboundLayers
Link copied to clipboard
Computes output shape, based on input shapes of inbound layers.
forward
Link copied to clipboard
Properties
croppingInternal
Link copied to clipboard
hasActivation
Link copied to clipboard
inboundLayers
Link copied to clipboard
isTrainable
Link copied to clipboard
outboundLayers
Link copied to clipboard
outputShape
Link copied to clipboard
paramCount
Link copied to clipboard
parentModel
Link copied to clipboard