Dot

fun Dot(axis: Int)
fun Dot(axis: IntArray, normalize: Boolean = false, name: String = "")

Parameters

axis

: Axis along which to take the dot product.

normalize

: Whether to L2-normalize samples along the dot product axis before taking the dot product.