AbstractMerge
abstract class AbstractMerge(layerTypeName: String, name: String) : Layer
Content copied to clipboard
Layer that adds a list of inputs.
It takes as input a list of tensors, all the same shape, and returns a single tensor (also of the same shape).
Constructors
AbstractMerge
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.
Properties
hasActivation
Link copied to clipboard
inboundLayers
Link copied to clipboard
isTrainable
Link copied to clipboard
layerTypeName
Link copied to clipboard
outboundLayers
Link copied to clipboard
outputShape
Link copied to clipboard
paramCount
Link copied to clipboard
parentModel
Link copied to clipboard