Subtract
Layer that subtracts inputs, following from the previous.
It takes as input a list of tensors, all the same shape, and returns a single tensor (also of the same shape), (``inputs[i-1] - inputs[i]``
), also of the same shape.
Constructors
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.
Properties
hasActivation
Link copied to clipboard
inboundLayers
Link copied to clipboard
layerTypeName
Link copied to clipboard
outboundLayers
Link copied to clipboard
outputShape
Link copied to clipboard
parentModel
Link copied to clipboard