This class implements a layer that calculates the dot product of its two inputs. Each object in the first input is multiplied by the object with the corresponding index in the second input.
The layer has no settings.
The layer has no trainable parameters.
The layer has two inputs, which must contain blobs of the same dimensions.
The single output returns a blob with the results, of the dimensions:
BatchLength
,BatchWidth
,ListSize
are equal to these dimensions of the inputs;Height
,Width
,Depth
,Channels
are equal to1
.