tf.keras.layers.dot

View source on GitHub

Functional interface to the Dot layer.

tf.keras.layers.dot(
    inputs, axes, normalize=False, **kwargs
)

Arguments:

Returns:

A tensor, the dot product of the samples from the inputs.