DotListΒΆ

Functional interface to the Dot layer.

Abstract Signature:

DotList(inputs: List[Tensor], axes: Union[int, Tuple[int, int]] = -1, normalize: bool = False)

Keras

API: keras.layers.dot
Strategy: Direct Mapping

TensorFlow

API: tf.keras.layers.dot
Strategy: Direct Mapping